Searched refs:field_byte_offset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A 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()
|
| H A 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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8434 uint32_t field_byte_offset = 0; in DumpValue() local 8465 field_byte_offset = field_bit_offset / 8; in DumpValue() 8490 data_byte_offset + field_byte_offset, // Offset into "data" where in DumpValue() 8531 field_byte_offset = field_bit_offset / 8; in DumpValue() 8556 data_byte_offset + field_byte_offset, // Offset into "data" where to in DumpValue()
|