Home
last modified time | relevance | path

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 DClangASTImporter.h74 OffsetMap base_offsets; member
126 &base_offsets,
H A DClangASTSource.cpp1432 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 DClangASTImporter.cpp525 &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 DUdtRecordCompleter.cpp130 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 DDWARFASTParserClang.cpp1517 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 DTypeSystemClang.h533 &base_offsets,
H A DTypeSystemClang.cpp8908 &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 DPDBASTParser.cpp1405 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()