Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h128 bool IsForwardRefUdt(llvm::codeview::CVType cvt);
132 bool IsForwardRefUdt(const PdbTypeSymId &id, llvm::pdb::TpiStream &tpi);
H A DPdbUtil.cpp496 bool lldb_private::npdb::IsForwardRefUdt(CVType cvt) { in IsForwardRefUdt() function in lldb_private::npdb
540 bool lldb_private::npdb::IsForwardRefUdt(const PdbTypeSymId &id, in IsForwardRefUdt() function in lldb_private::npdb
544 return IsForwardRefUdt(tpi.getType(id.index)); in IsForwardRefUdt()
1057 if (!IsForwardRefUdt(cvt)) in GetBestPossibleDecl()
1089 if (IsForwardRefUdt(index, tpi)) in GetSizeOfType()
H A DPdbAstBuilder.cpp464 if (IsForwardRefUdt(cvt)) { in CompleteTagDecl()
H A DSymbolFileNativePDB.cpp778 if (IsForwardRefUdt(type_id, m_index->tpi())) { in CreateAndCacheType()