Searched refs:field_byte_offset (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABISysV_x86_64.cpp | 597 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType() local 603 aggregate_field_offsets.push_back(field_byte_offset); in FlattenAggregateType() 607 field_byte_offset, aggregate_field_offsets, in FlattenAggregateType() 696 uint32_t field_byte_offset = aggregate_field_offsets[idx]; in GetReturnValueObjectImpl() local 748 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl() 764 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl() 819 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
|
D | ABIWindows_x86_64.cpp | 575 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType() local 581 aggregate_field_offsets.push_back(field_byte_offset); in FlattenAggregateType() 585 field_byte_offset, aggregate_field_offsets, in FlattenAggregateType() 673 uint32_t field_byte_offset = aggregate_field_offsets[idx]; in GetReturnValueObjectImpl() local 701 field_byte_width, data_sp->GetBytes() + field_byte_offset, in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc.cpp | 717 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local 761 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl() 780 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl() 835 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/ABI/Mips/ |
D | ABISysV_mips64.cpp | 1044 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local 1049 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 8305 uint32_t field_byte_offset = 0; in DumpValue() local 8336 field_byte_offset = field_bit_offset / 8; in DumpValue() 8361 data_byte_offset + field_byte_offset, // Offset into "data" where in DumpValue() 8402 field_byte_offset = field_bit_offset / 8; in DumpValue() 8427 data_byte_offset + field_byte_offset, // Offset into "data" where to in DumpValue()
|