GCC Middle and Back End API Reference
cgraph_thunk_info Struct 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

Detailed Description

   Information about thunk, used only for same body aliases.  

Field Documentation

tree cgraph_thunk_info::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
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
HOST_WIDE_INT cgraph_thunk_info::virtual_value

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