Home
last modified time | relevance | path

Searched refs:base_offsets (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp584 clang::CharUnits> &base_offsets) { in ExtractBaseOffsets() argument
620 base_offsets.insert(std::pair<const CXXRecordDecl *, CharUnits>( in ExtractBaseOffsets()
631 &base_offsets, in importRecordLayoutFromOrigin() argument
652 std::remove_reference_t<decltype(base_offsets)> origin_base_offsets; in importRecordLayoutFromOrigin()
694 !ImportOffsetMap(&dest_ctx, base_offsets, origin_base_offsets, *this) || in importRecordLayoutFromOrigin()
742 : base_offsets[base_cxx_record.decl].getQuantity())); in importRecordLayoutFromOrigin()
757 &base_offsets, in LayoutRecordType() argument
762 base_offsets.clear(); in LayoutRecordType()
768 base_offsets.swap(pos->second.base_offsets); in LayoutRecordType()
779 field_offsets, base_offsets, in LayoutRecordType()
H A DClangASTImporter.h75 OffsetMap base_offsets; member
127 &base_offsets,
148 &base_offsets,
H A DClangASTSource.cpp1353 &base_offsets, in layoutRecordType() argument
1357 record, size, alignment, field_offsets, base_offsets, in layoutRecordType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp133 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1404 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h537 &base_offsets,
H A DTypeSystemClang.cpp9016 &base_offsets, in LayoutRecordType() argument
9032 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1629 layout_info.base_offsets.insert(std::make_pair( in ParseInheritance()
3784 const bool have_base = layout_info.base_offsets.size() != 0; in ShouldCreateUnnamedBitfield()