|
GCC Middle and Back End API Reference
|

Data Fields | |
| HOST_WIDE_INT | offset |
| HOST_WIDE_INT | size |
| tree | type |
| struct ipa_load_agg_data | value |
| struct ipa_known_agg_contents_list * | next |
Simple linked list, describing contents of an aggregate before call.
| struct ipa_known_agg_contents_list* ipa_known_agg_contents_list::next |
| HOST_WIDE_INT ipa_known_agg_contents_list::offset |
| HOST_WIDE_INT ipa_known_agg_contents_list::size |
| tree ipa_known_agg_contents_list::type |
Referenced by build_agg_jump_func_from_list(), and extract_mem_content().
| struct ipa_load_agg_data ipa_known_agg_contents_list::value |
Referenced by build_agg_jump_func_from_list(), determine_known_aggregate_parts(), and extract_mem_content().