GCC Middle and Back End API Reference
asm_node Struct Reference

#include <cgraph.h>

Inheritance diagram for asm_node:
Collaboration diagram for asm_node:

Public Member Functions

 asm_node (tree asm_str)

Data Fields

tree asm_str
struct lto_file_decl_datalto_file_data
toplevel_nodenext = nullptr
toplevel_nodeprevious = nullptr
int order
enum toplevel_type type: 8

Detailed Description

Every top level asm statement is put into a asm_node.   

Constructor & Destructor Documentation

◆ asm_node()

asm_node::asm_node ( tree asm_str)
inlineexplicit

Field Documentation

◆ asm_str

tree asm_node::asm_str

◆ lto_file_data

◆ next

◆ order

◆ previous

toplevel_node* toplevel_node::previous = nullptr
inherited

◆ type


The documentation for this struct was generated from the following file: