Searched refs:field_byte_offset (Results 1 – 9 of 9) sorted by relevance
721 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local765 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl()784 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl()839 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
1646 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local1696 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl()1715 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl()1775 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
1054 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local1059 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
9109 uint32_t field_byte_offset = 0; in DumpValue() local9140 field_byte_offset = field_bit_offset / 8; in DumpValue()9165 data_byte_offset + field_byte_offset, // Offset into "data" where in DumpValue()9206 field_byte_offset = field_bit_offset / 8; in DumpValue()9232 data_byte_offset + field_byte_offset, // Offset into "data" where to in DumpValue()
4163 static HOST_WIDE_INT field_byte_offset (tree);9624 field_byte_offset (tree decl) in field_byte_offset() function9820 offset = field_byte_offset (decl); in add_data_member_location_attribute()10890 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl); in add_bit_offset_attribute()
1333 * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be1822 * dwarfout.c (field_byte_offset): Size can be zero if there was3800 (field_byte_offset): Use bits per word for variable length fields.13178 * dwarfout.c (field_byte_offset): Correctly compute the object's
448 (field_byte_offset): Try both the type align and the3295 (field_byte_offset): Likewise.3343 (field_byte_offset): Likewise.25088 (field_byte_offset): Result is HOST_WIDE_INT.
5023 * dwarfout.c (field_byte_offset): Check for object_offset_in_bits
14622 field_byte_offset, add_data_member_location_attribute,