Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h62 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp158 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
H A DMinimalTypeDumper.cpp45 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp180 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
H A DSymbolCache.cpp182 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp1060 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()
1090 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
H A DPdbAstBuilder.cpp886 index.tpi().findFullDeclForForwardRef(class_index); in CreateFunctionDecl()
H A DSymbolFileNativePDB.cpp780 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()