|
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 kind, order, ORDER_FUNCTION, and u.
|
inline |
References kind, order, ORDER_VAR, ORDER_VAR_UNDEF, and u.
|
inline |
| 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.
| asm_node* cgraph_order_sort::a |
| cgraph_node* cgraph_order_sort::f |
| enum cgraph_order_sort_kind cgraph_order_sort::kind |
Referenced by cgraph_order_sort(), cgraph_order_sort(), cgraph_order_sort(), and process().
| int cgraph_order_sort::order |
Referenced by cgraph_order_cmp(), cgraph_order_sort(), cgraph_order_sort(), and cgraph_order_sort().
| union { ... } cgraph_order_sort::u |
Referenced by cgraph_order_sort(), cgraph_order_sort(), cgraph_order_sort(), and process().
| varpool_node* cgraph_order_sort::v |