Searched refs:base_offsets (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.h | 74 OffsetMap base_offsets; member 126 &base_offsets,
|
| H A D | ClangASTSource.cpp | 1432 BaseOffsetMap &base_offsets) { in ExtractBaseOffsets() argument 1468 base_offsets.insert(std::pair<const CXXRecordDecl *, CharUnits>( in ExtractBaseOffsets() 1478 BaseOffsetMap &base_offsets, in layoutRecordType() argument 1541 !ImportOffsetMap(base_offsets, origin_base_offsets, *this) || in layoutRecordType() 1589 : base_offsets[base_cxx_record.decl].getQuantity())); in layoutRecordType()
|
| H A D | ClangASTImporter.cpp | 525 &base_offsets, in LayoutRecordType() argument 531 base_offsets.clear(); in LayoutRecordType() 537 base_offsets.swap(pos->second.base_offsets); in LayoutRecordType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 130 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1517 layout_info.base_offsets.insert(std::make_pair( in ParseInheritance() 2232 if (!layout_info.field_offsets.empty() || !layout_info.base_offsets.empty() || in CompleteRecordType() 3848 const bool have_base = layout_info.base_offsets.size() != 0; in ShouldCreateUnnamedBitfield()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 533 &base_offsets,
|
| H A D | TypeSystemClang.cpp | 8908 &base_offsets, in LayoutRecordType() argument 8924 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1405 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()
|