Home
last modified time | relevance | path

Searched refs:findFullDeclForForwardRef (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDTpiStream.h62 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.cpp158 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
HDMinimalTypeDumper.cpp45 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDTpiStream.cpp180 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
HDSymbolCache.cpp182 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp1060 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()
1090 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
HDPdbAstBuilder.cpp886 index.tpi().findFullDeclForForwardRef(class_index); in CreateFunctionDecl()
HDSymbolFileNativePDB.cpp780 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()