Searched refs:field_bit_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.cpp | 933 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 938 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl() 963 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 1013 data_sp->GetBytes() + (field_bit_offset / 8), *field_byte_width, in GetReturnValueObjectImpl() 1030 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 1035 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 1044 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 559 uint64_t field_bit_offset = 0; in FlattenAggregateType() local 561 idx, name, &field_bit_offset, nullptr, nullptr); in FlattenAggregateType() 570 if (field_bit_offset % *field_bit_width != 0) { in FlattenAggregateType() 575 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType()
|
| H A D | ABISysV_x86_64.cpp | 586 uint64_t field_bit_offset = 0; in FlattenAggregateType() local 588 idx, name, &field_bit_offset, nullptr, nullptr); in FlattenAggregateType() 597 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 696 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 702 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 709 if (field_bit_offset % *field_bit_width != 0) { in GetReturnValueObjectImpl() 715 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2527 uint64_t field_bit_offset = in ParseSingleMember() local 2532 this_field_info.bit_offset = field_bit_offset; in ParseSingleMember() 2574 field_bit_offset = this_field_info.bit_offset; in ParseSingleMember() 2637 last_field_info.bit_offset = field_bit_offset; in ParseSingleMember() 2696 std::make_pair(field_decl, field_bit_offset)); in ParseSingleMember()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8433 uint32_t field_bit_offset = 0; in DumpValue() local 8457 field_bit_offset = in DumpValue() 8462 field_bit_offset = record_layout.getBaseClassOffset(base_class_decl) in DumpValue() 8465 field_byte_offset = field_bit_offset / 8; in DumpValue() 8466 assert(field_bit_offset % 8 == 0); in DumpValue() 8530 field_bit_offset = record_layout.getFieldOffset(field_idx); in DumpValue() 8531 field_byte_offset = field_bit_offset / 8; in DumpValue() 8535 field_bitfield_bit_offset = field_bit_offset % 8; in DumpValue()
|