GCC Middle and Back End API Reference
|
Data Fields | |
HOST_WIDE_INT | offset |
unsigned HOST_WIDE_INT | size |
unsigned | has_unknown_size: 1 |
unsigned | must_have_pointers: 1 |
unsigned | may_have_pointers: 1 |
unsigned | only_restrict_pointers: 1 |
This structure is used during pushing fields onto the fieldstack to track the offset of the field, since bitpos_of_field gives it relative to its immediate containing type, and we want it relative to the ultimate containing object.
unsigned fieldoff::has_unknown_size |
Referenced by create_variable_info_for_1(), and push_fields_onto_fieldstack().
unsigned fieldoff::may_have_pointers |
Referenced by create_variable_info_for_1(), and push_fields_onto_fieldstack().
unsigned fieldoff::must_have_pointers |
Referenced by push_fields_onto_fieldstack().
HOST_WIDE_INT fieldoff::offset |
Referenced by check_for_overlaps(), create_variable_info_for_1(), fieldoff_compare(), and push_fields_onto_fieldstack().
unsigned fieldoff::only_restrict_pointers |
Referenced by create_variable_info_for_1(), and push_fields_onto_fieldstack().
unsigned HOST_WIDE_INT fieldoff::size |
Referenced by create_variable_info_for_1(), fieldoff_compare(), and push_fields_onto_fieldstack().