GCC Middle and Back End API Reference
asm_node Struct Reference

#include <cgraph.h>

Collaboration diagram for asm_node:

Data Fields

struct asm_nodenext
tree asm_str
int order

Detailed Description

Every top level asm statement is put into a asm_node.


Field Documentation

tree asm_node::asm_str

String for this asm node.

Referenced by expand_all_functions().

struct asm_node* asm_node::next

Next asm node.

int asm_node::order

Ordering of all cgraph nodes.


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