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

asm_nodenext
tree asm_str
struct lto_file_decl_datalto_file_data
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

◆ type


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