Searched refs:field_bit_offset (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.cpp | 896 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 901 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl() 926 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 976 data_sp->GetBytes() + (field_bit_offset / 8), *field_byte_width, in GetReturnValueObjectImpl() 993 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 998 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 1007 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 561 uint64_t field_bit_offset = 0; in FlattenAggregateType() local 563 idx, name, &field_bit_offset, nullptr, nullptr); in FlattenAggregateType() 572 if (field_bit_offset % *field_bit_width != 0) { in FlattenAggregateType() 577 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2810 uint64_t field_bit_offset = (attrs.member_byte_offset == UINT32_MAX in ParseSingleMember() local 2816 this_field_info.bit_offset = field_bit_offset; in ParseSingleMember() 2859 field_bit_offset = this_field_info.bit_offset; in ParseSingleMember() 2921 last_field_info.bit_offset = field_bit_offset; in ParseSingleMember() 2989 std::make_pair(field_decl, field_bit_offset)); in ParseSingleMember()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8610 uint32_t field_bit_offset = 0; in DumpValue() local 8634 field_bit_offset = in DumpValue() 8639 field_bit_offset = record_layout.getBaseClassOffset(base_class_decl) in DumpValue() 8642 field_byte_offset = field_bit_offset / 8; in DumpValue() 8643 assert(field_bit_offset % 8 == 0); in DumpValue() 8707 field_bit_offset = record_layout.getFieldOffset(field_idx); in DumpValue() 8708 field_byte_offset = field_bit_offset / 8; in DumpValue() 8712 field_bitfield_bit_offset = field_bit_offset % 8; in DumpValue()
|