Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h62 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp157 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
H A DMinimalTypeDumper.cpp44 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp723 index.tpi().findFullDeclForForwardRef(class_id); in GetVariableLocationInfo()
962 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()
992 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
H A DPdbAstBuilder.cpp1156 m_index.tpi().findFullDeclForForwardRef(class_index); in CreateFunctionDecl()
H A DSymbolFileNativePDB.cpp707 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()