Searched refs:field_byte_offset (Results 1 – 11 of 11) sorted by relevance
577 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType() local583 aggregate_field_offsets.push_back(field_byte_offset); in FlattenAggregateType()587 field_byte_offset, aggregate_field_offsets, in FlattenAggregateType()675 uint32_t field_byte_offset = aggregate_field_offsets[idx]; in GetReturnValueObjectImpl() local703 field_byte_width, data_sp->GetBytes() + field_byte_offset, in GetReturnValueObjectImpl()
715 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local758 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl()777 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl()830 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
1007 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local1012 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
823 static HOST_WIDE_INT field_byte_offset PARAMS ((tree));2389 field_byte_offset (decl) in field_byte_offset() function2622 object_offset_in_bytes = field_byte_offset (t);3133 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl);
3676 static HOST_WIDE_INT field_byte_offset PARAMS ((tree));8852 field_byte_offset (decl) in field_byte_offset() function9054 offset = field_byte_offset (decl);9925 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl);
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
442 (field_byte_offset): Try both the type align and the3289 (field_byte_offset): Likewise.3337 (field_byte_offset): Likewise.
5023 * dwarfout.c (field_byte_offset): Check for object_offset_in_bits
9822 (field_byte_offset): Result is HOST_WIDE_INT.
8611 uint32_t field_byte_offset = 0; in DumpValue() local8642 field_byte_offset = field_bit_offset / 8; in DumpValue()8667 data_byte_offset + field_byte_offset, // Offset into "data" where in DumpValue()8708 field_byte_offset = field_bit_offset / 8; in DumpValue()8733 data_byte_offset + field_byte_offset, // Offset into "data" where to in DumpValue()
4161 static HOST_WIDE_INT field_byte_offset (tree);9573 field_byte_offset (tree decl) in field_byte_offset() function9769 offset = field_byte_offset (decl); in add_data_member_location_attribute()10802 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl); in add_bit_offset_attribute()