Searched refs:base_offsets (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestClangASTImporter.cpp | 247 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 D | ClangASTImporter.h | 74 OffsetMap base_offsets; member 126 &base_offsets,
|
| H A D | ClangASTSource.cpp | 1450 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 D | ClangASTImporter.cpp | 524 &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 D | UdtRecordCompleter.cpp | 119 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1468 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 D | TypeSystemClang.h | 454 &base_offsets,
|
| H A D | TypeSystemClang.cpp | 9370 &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 D | PDBASTParser.cpp | 1394 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()
|