|
GCC Middle and Back End API Reference
|
#include <cgraph.h>

Data Fields | |
| struct asm_node * | next |
| tree | asm_str |
| int | order |
Every top level asm statement is put into a asm_node.
| 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.