Home
last modified time | relevance | path

Searched refs:vbase_offsets (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h160 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets);
168 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets);
177 vbase_offsets() in LayoutInfo()
184 llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> vbase_offsets; member
DSymbolFileDWARFDebugMap.h113 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets);
DSymbolFileDWARF.cpp2217 … layout_info.vbase_offsets.insert(std::make_pair(class_clang_type.GetAsCXXRecordDecl(), in ParseChildMembers()
2558 !layout_info.vbase_offsets.empty() ) in ResolveClangOpaqueTypeDefinition()
2578 … (uint32_t)layout_info.vbase_offsets.size()); in ResolveClangOpaqueTypeDefinition()
2607 …rdDecl *, clang::CharUnits>::const_iterator vbase_pos, vbase_end = layout_info.vbase_offsets.end(); in ResolveClangOpaqueTypeDefinition()
2608 …for (idx = 0, vbase_pos = layout_info.vbase_offsets.begin(); vbase_pos != vbase_end; ++vbase_pos, … in ResolveClangOpaqueTypeDefinition()
7882 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets) in LayoutRecordType() argument
7885 …dwarf->LayoutRecordType (record_decl, size, alignment, field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
7895 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets) in LayoutRecordType() argument
7901 vbase_offsets.clear(); in LayoutRecordType()
7908 vbase_offsets.swap (pos->second.vbase_offsets); in LayoutRecordType()
[all …]
DSymbolFileDWARFDebugMap.cpp1431 … llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets) in LayoutRecordType() argument
1437 …dwarf->LayoutRecordType (record_decl, size, alignment, field_offsets, base_offsets, vbase_offsets)) in LayoutRecordType()