Home
last modified time | relevance | path

Searched refs:field_byte_offset (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp577 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType() local
583 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() local
703 field_byte_width, data_sp->GetBytes() + field_byte_offset, in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp715 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local
758 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp1007 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local
1012 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c823 static HOST_WIDE_INT field_byte_offset PARAMS ((tree));
2389 field_byte_offset (decl) in field_byte_offset() function
2622 object_offset_in_bytes = field_byte_offset (t);
3133 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl);
H A Ddwarf2out.c3676 static HOST_WIDE_INT field_byte_offset PARAMS ((tree));
8852 field_byte_offset (decl) in field_byte_offset() function
9054 offset = field_byte_offset (decl);
9925 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl);
H A DChangeLog.21333 * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
1822 * dwarfout.c (field_byte_offset): Size can be zero if there was
3800 (field_byte_offset): Use bits per word for variable length fields.
13178 * dwarfout.c (field_byte_offset): Correctly compute the object's
H A DChangeLog.4442 (field_byte_offset): Try both the type align and the
3289 (field_byte_offset): Likewise.
3337 (field_byte_offset): Likewise.
H A DFSFChangeLog.115023 * dwarfout.c (field_byte_offset): Check for object_offset_in_bits
H A DChangeLog.39822 (field_byte_offset): Result is HOST_WIDE_INT.
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8611 uint32_t field_byte_offset = 0; in DumpValue() local
8642 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()
/openbsd-src/gnu/gcc/gcc/
H A Ddwarf2out.c4161 static HOST_WIDE_INT field_byte_offset (tree);
9573 field_byte_offset (tree decl) in field_byte_offset() function
9769 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()