Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local
250 field_offsets, base_offsets, vbase_offsets); in TEST_F()
256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h74 OffsetMap base_offsets; member
126 &base_offsets,
H A DClangASTSource.cpp1450 BaseOffsetMap &base_offsets) { in ExtractBaseOffsets() argument
1486 base_offsets.insert(std::pair<const CXXRecordDecl *, CharUnits>( in ExtractBaseOffsets()
1496 BaseOffsetMap &base_offsets, in layoutRecordType() argument
1559 !ImportOffsetMap(base_offsets, origin_base_offsets, *this) || in layoutRecordType()
1607 : base_offsets[base_cxx_record.decl].getQuantity())); in layoutRecordType()
H A DClangASTImporter.cpp524 &base_offsets, in LayoutRecordType() argument
530 base_offsets.clear(); in LayoutRecordType()
536 base_offsets.swap(pos->second.base_offsets); in LayoutRecordType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp119 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1468 layout_info.base_offsets.insert(std::make_pair( in ParseInheritance()
2114 if (!layout_info.field_offsets.empty() || !layout_info.base_offsets.empty() || in CompleteRecordType()
2818 layout_info.base_offsets.size() != 0)) { in ParseSingleMember()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h454 &base_offsets,
H A DTypeSystemClang.cpp9370 &base_offsets, in LayoutRecordType() argument
9382 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1394 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()