Searched refs:base_offsets (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 584 clang::CharUnits> &base_offsets) { in ExtractBaseOffsets() argument 620 base_offsets.insert(std::pair<const CXXRecordDecl *, CharUnits>( in ExtractBaseOffsets() 631 &base_offsets, in importRecordLayoutFromOrigin() argument 652 std::remove_reference_t<decltype(base_offsets)> origin_base_offsets; in importRecordLayoutFromOrigin() 694 !ImportOffsetMap(&dest_ctx, base_offsets, origin_base_offsets, *this) || in importRecordLayoutFromOrigin() 742 : base_offsets[base_cxx_record.decl].getQuantity())); in importRecordLayoutFromOrigin() 757 &base_offsets, in LayoutRecordType() argument 762 base_offsets.clear(); in LayoutRecordType() 768 base_offsets.swap(pos->second.base_offsets); in LayoutRecordType() 779 field_offsets, base_offsets, in LayoutRecordType()
|
| H A D | ClangASTImporter.h | 75 OffsetMap base_offsets; member 127 &base_offsets, 148 &base_offsets,
|
| H A D | ClangASTSource.cpp | 1353 &base_offsets, in layoutRecordType() argument 1357 record, size, alignment, field_offsets, base_offsets, in layoutRecordType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 133 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1404 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 537 &base_offsets,
|
| H A D | TypeSystemClang.cpp | 9016 &base_offsets, in LayoutRecordType() argument 9032 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1629 layout_info.base_offsets.insert(std::make_pair( in ParseInheritance() 3784 const bool have_base = layout_info.base_offsets.size() != 0; in ShouldCreateUnnamedBitfield()
|