Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h129 bool IsTagRecord(llvm::codeview::CVType cvt);
133 bool IsTagRecord(const PdbTypeSymId &id, llvm::pdb::TpiStream &tpi);
H A DPdbUtil.cpp199 assert(IsTagRecord(type) && "type is not a tag record!"); in create()
517 bool lldb_private::npdb::IsTagRecord(llvm::codeview::CVType cvt) { in IsTagRecord() function in lldb_private::npdb
547 bool lldb_private::npdb::IsTagRecord(const PdbTypeSymId &id, TpiStream &tpi) { in IsTagRecord() function in lldb_private::npdb
550 return IsTagRecord(tpi.getType(id.index)); in IsTagRecord()
1052 if (!IsTagRecord(cvt)) in GetBestPossibleDecl()
H A DPdbAstBuilder.cpp450 lldbassert(IsTagRecord(type_id, index.tpi())); in CompleteTagDecl()
462 lldbassert(IsTagRecord(cvt)); in CompleteTagDecl()
777 if (IsTagRecord(cvt)) { in CreateType()
840 if (IsTagRecord(type, index.tpi())) { in GetOrCreateType()
1251 if (!IsTagRecord(cvt)) in ParseNamespace()
1287 if (!IsTagRecord(cvt)) in ParseAllTypes()
H A DSymbolFileNativePDB.cpp257 if (!IsTagRecord(cvt)) in GetNestedTagDefinition()
1790 if (IsTagRecord(PdbTypeSymId{udt.Type, false}, m_index->tpi())) { in ParseTypes()
2179 if (!IsTagRecord(type)) in BuildParentMap()