Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.h74 OffsetMap base_offsets; member
126 &base_offsets,
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()
DClangASTImporter.cpp525 &base_offsets, in LayoutRecordType() argument
531 base_offsets.clear(); in LayoutRecordType()
537 base_offsets.swap(pos->second.base_offsets); in LayoutRecordType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp130 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1479 layout_info.base_offsets.insert(std::make_pair( in ParseInheritance()
2183 if (!layout_info.field_offsets.empty() || !layout_info.base_offsets.empty() || in CompleteRecordType()
2898 layout_info.base_offsets.size() != 0)) { in ParseSingleMember()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h468 &base_offsets,
DTypeSystemClang.cpp9450 &base_offsets, in LayoutRecordType() argument
9464 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1398 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()