Home | History | Annotate | Download | only in gcc

Lines Matching defs:field_location

84   HOST_WIDE_INT field_location = 0;
91 field_location = get_AT_unsigned (die, DW_AT_data_bit_offset);
103 field_location = descr->dw_loc_oprnd1.v.val_unsigned * 8;
109 field_location = AT_int (attr) * 8;
111 field_location = (get_AT_unsigned (die,
117 return field_location;
557 HOST_WIDE_INT field_location;
564 field_location = ctf_get_AT_data_member_location (c);
590 bitpos = field_location + bit_offset;
603 bitpos = (field_location
619 bitpos - field_location,
628 field_location);