Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h130 bool IsTagRecord(llvm::codeview::CVType cvt);
134 bool IsTagRecord(const PdbTypeSymId &id, llvm::pdb::TpiStream &tpi);
H A DPdbUtil.cpp52 assert(IsTagRecord(type) && "type is not a tag record!"); in create()
370 bool lldb_private::npdb::IsTagRecord(llvm::codeview::CVType cvt) { in IsTagRecord() function in lldb_private::npdb
400 bool lldb_private::npdb::IsTagRecord(const PdbTypeSymId &id, TpiStream &tpi) { in IsTagRecord() function in lldb_private::npdb
403 return IsTagRecord(tpi.getType(id.index)); in IsTagRecord()
814 if (!IsTagRecord(cvt)) in GetBestPossibleDecl()
H A DPdbAstBuilder.cpp174 if (!IsTagRecord(cvt)) in GetNestedTagDefinition()
286 if (!IsTagRecord(type)) in BuildParentMap()
656 lldbassert(IsTagRecord(type_id, m_index.tpi())); in CompleteTagDecl()
668 lldbassert(IsTagRecord(cvt)); in CompleteTagDecl()
919 if (IsTagRecord(cvt)) { in CreateType()
971 if (IsTagRecord(type, m_index.tpi())) { in GetOrCreateType()
1184 if (!IsTagRecord(cvt)) in ParseAllNamespacesPlusChildrenOf()
H A DSymbolFileNativePDB.cpp1284 if (IsTagRecord(PdbTypeSymId{udt.Type, false}, m_index->tpi())) { in ParseTypes()