GCC Middle and Back End API Reference
|
#include <cgraph.h>
Data Fields | |
HOST_WIDE_INT | fixed_offset |
HOST_WIDE_INT | virtual_value |
tree | alias |
bool | this_adjusting |
bool | virtual_offset_p |
bool | thunk_p |
Information about thunk, used only for same body aliases.
tree cgraph_thunk_info::alias |
Referenced by cgraph_create_function_alias().
HOST_WIDE_INT cgraph_thunk_info::fixed_offset |
Information about the thunk.
Referenced by cgraph_create_function_alias().
bool cgraph_thunk_info::this_adjusting |
Referenced by cgraph_create_function_alias().
bool cgraph_thunk_info::thunk_p |
Set to true when alias node is thunk.
Referenced by cgraph_create_function_alias(), print_all_lattices(), and propagate_aggs_accross_jump_function().
bool cgraph_thunk_info::virtual_offset_p |
Referenced by cgraph_create_function_alias().
HOST_WIDE_INT cgraph_thunk_info::virtual_value |
Referenced by cgraph_create_function_alias().