Searched refs:base_offsets (Results 1 – 5 of 5) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 159 llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, 167 llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, 176 base_offsets(), in LayoutInfo() 183 llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; member
|
D | SymbolFileDWARFDebugMap.h | 112 llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets,
|
D | SymbolFileDWARF.cpp | 2222 … layout_info.base_offsets.insert(std::make_pair(class_clang_type.GetAsCXXRecordDecl(), in ParseChildMembers() 2557 !layout_info.base_offsets.empty() || in ResolveClangOpaqueTypeDefinition() 2577 … (uint32_t)layout_info.base_offsets.size(), in ResolveClangOpaqueTypeDefinition() 2595 …ecordDecl *, clang::CharUnits>::const_iterator base_pos, base_end = layout_info.base_offsets.end(); in ResolveClangOpaqueTypeDefinition() 2596 …for (idx = 0, base_pos = layout_info.base_offsets.begin(); base_pos != base_end; ++base_pos, ++idx) in ResolveClangOpaqueTypeDefinition() 7881 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, in LayoutRecordType() argument 7885 …dwarf->LayoutRecordType (record_decl, size, alignment, field_offsets, base_offsets, vbase_offsets); in LayoutRecordType() 7894 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, in LayoutRecordType() argument 7900 base_offsets.clear(); in LayoutRecordType() 7907 base_offsets.swap (pos->second.base_offsets); in LayoutRecordType() [all …]
|
D | SymbolFileDWARFDebugMap.cpp | 1430 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, in LayoutRecordType() argument 1437 …if (oso_dwarf->LayoutRecordType (record_decl, size, alignment, field_offsets, base_offsets, vbase_… in LayoutRecordType()
|
/external/lldb/source/Expression/ |
D | ClangASTSource.cpp | 1397 BaseOffsetMap &base_offsets) in ExtractBaseOffsets() argument 1431 …base_offsets.insert(std::pair<const CXXRecordDecl *, CharUnits>(origin_base_cxx_record.decl, base_… in ExtractBaseOffsets() 1442 BaseOffsetMap &base_offsets, in layoutRecordType() argument 1507 !ImportOffsetMap(base_offsets, origin_base_offsets, m_ast_importer, parser_ast_context) || in layoutRecordType() 1552 base_offsets[base_cxx_record.decl].getQuantity())); in layoutRecordType()
|