GCC Middle and Back End API Reference
|
Public Member Functions | |
cgraph_order_sort (cgraph_node *node) | |
cgraph_order_sort (varpool_node *node) | |
cgraph_order_sort (asm_node *node) | |
void | process () |
Data Fields | ||
enum cgraph_order_sort_kind | kind | |
union { | ||
cgraph_node * f | ||
varpool_node * v | ||
asm_node * a | ||
} | u | |
int | order | |
|
inline |
References u.
|
inline |
References u.
void cgraph_order_sort::process | ( | ) |
Assembly cgraph_order_sort based on its type.
References assemble_asm(), assemble_undefined_decl(), gcc_unreachable, kind, ORDER_ASM, ORDER_FUNCTION, ORDER_VAR, ORDER_VAR_UNDEF, and u.
Referenced by output_in_order().
asm_node* cgraph_order_sort::a |
cgraph_node* cgraph_order_sort::f |
enum cgraph_order_sort_kind cgraph_order_sort::kind |
Referenced by output_in_order(), and process().
int cgraph_order_sort::order |
Referenced by cgraph_order_cmp().
union { ... } cgraph_order_sort::u |
Referenced by cgraph_order_sort(), cgraph_order_sort(), cgraph_order_sort(), output_in_order(), and process().
varpool_node* cgraph_order_sort::v |
Referenced by output_in_order().