Searched refs:field_byte_offset (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 598 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType() local 604 aggregate_field_offsets.push_back(field_byte_offset); in FlattenAggregateType() 608 field_byte_offset, aggregate_field_offsets, in FlattenAggregateType() 697 uint32_t field_byte_offset = aggregate_field_offsets[idx]; in GetReturnValueObjectImpl() local 749 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl() 765 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl() 820 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
|
| H A D | ABIWindows_x86_64.cpp | 576 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType() local 582 aggregate_field_offsets.push_back(field_byte_offset); in FlattenAggregateType() 586 field_byte_offset, aggregate_field_offsets, in FlattenAggregateType() 674 uint32_t field_byte_offset = aggregate_field_offsets[idx]; in GetReturnValueObjectImpl() local 702 field_byte_width, data_sp->GetBytes() + field_byte_offset, in GetReturnValueObjectImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 715 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.cpp | 1007 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local 1012 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8534 uint32_t field_byte_offset = 0; in DumpValue() local 8565 field_byte_offset = field_bit_offset / 8; in DumpValue() 8590 data_byte_offset + field_byte_offset, // Offset into "data" where in DumpValue() 8631 field_byte_offset = field_bit_offset / 8; in DumpValue() 8656 data_byte_offset + field_byte_offset, // Offset into "data" where to in DumpValue()
|