Home
last modified time | relevance | path

Searched refs:field_bit_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp935 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local
940 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl()
965 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl()
1015 data_sp->GetBytes() + (field_bit_offset / 8), *field_byte_width, in GetReturnValueObjectImpl()
1032 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local
1037 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl()
1046 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp561 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()
H A DABISysV_x86_64.cpp588 uint64_t field_bit_offset = 0; in FlattenAggregateType() local
590 idx, name, &field_bit_offset, nullptr, nullptr); in FlattenAggregateType()
599 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 DABISysV_ppc.cpp697 uint64_t field_bit_offset = 0; in GetReturnValueObjectImpl() local
703 idx, name, &field_bit_offset, nullptr, nullptr); in GetReturnValueObjectImpl()
710 if (field_bit_offset % *field_bit_width != 0) { in GetReturnValueObjectImpl()
716 uint32_t field_byte_offset = field_bit_offset / 8; in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2891 uint64_t field_bit_offset = (attrs.member_byte_offset == UINT32_MAX in ParseSingleMember() local
2897 this_field_info.bit_offset = field_bit_offset; in ParseSingleMember()
2941 field_bit_offset = this_field_info.bit_offset; in ParseSingleMember()
2990 last_field_info.bit_offset = field_bit_offset; in ParseSingleMember()
3056 std::make_pair(field_decl, field_bit_offset)); in ParseSingleMember()