Searched refs:field_byte_offset (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_x86_64.cpp | 599 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType() local 605 aggregate_field_offsets.push_back(field_byte_offset); in FlattenAggregateType() 609 field_byte_offset, aggregate_field_offsets, in FlattenAggregateType() 698 uint32_t field_byte_offset = aggregate_field_offsets[idx]; in GetReturnValueObjectImpl() local 750 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl() 766 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl() 821 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
|
H A D | ABIWindows_x86_64.cpp | 577 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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 716 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local 759 if (field_byte_offset % 8 == 0) { in GetReturnValueObjectImpl() 778 } else if (field_byte_offset % 4 == 0) { in GetReturnValueObjectImpl() 831 data_sp->GetBytes() + field_byte_offset, field_byte_width, in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips64.cpp | 1046 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl() local 1051 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()
|