Searched refs:base_offsets (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangASTImporter.h | 74 OffsetMap base_offsets; member 126 &base_offsets,
|
| 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()
|
| 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | UdtRecordCompleter.cpp | 130 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFASTParserClang.cpp | 1479 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/ |
| D | TypeSystemClang.h | 468 &base_offsets,
|
| D | TypeSystemClang.cpp | 9450 &base_offsets, in LayoutRecordType() argument 9464 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| D | PDBASTParser.cpp | 1398 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()
|