Searched refs:field_bit_offset (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.cpp | 932 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 937 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl() 962 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 1012 data_sp->GetBytes() + (field_bit_offset / 8), *field_byte_width, in GetReturnValueObjectImpl() 1029 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 1034 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 1043 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 564 uint64_t field_bit_offset = 0; in FlattenAggregateType() local 566 idx, name, &field_bit_offset, nullptr, nullptr); in FlattenAggregateType() 575 if (field_bit_offset % *field_bit_width != 0) { in FlattenAggregateType() 580 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType()
|
| H A D | ABISysV_x86_64.cpp | 593 uint64_t field_bit_offset = 0; in FlattenAggregateType() local 595 idx, name, &field_bit_offset, nullptr, nullptr); in FlattenAggregateType() 604 uint32_t field_byte_offset = field_bit_offset / 8 + data_byte_offset; in FlattenAggregateType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 695 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local 701 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl() 708 if (field_bit_offset % *field_bit_width != 0) { in GetReturnValueObjectImpl() 714 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2996 uint64_t field_bit_offset = (attrs.member_byte_offset == UINT32_MAX in ParseSingleMember() local 3002 this_field_info.bit_offset = field_bit_offset; in ParseSingleMember() 3046 field_bit_offset = this_field_info.bit_offset; in ParseSingleMember() 3066 this_field_info.bit_offset = field_bit_offset; in ParseSingleMember() 3138 std::make_pair(field_decl, field_bit_offset)); in ParseSingleMember()
|