Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDTpiStream.h61 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.cpp155 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
HDMinimalTypeDumper.cpp41 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDTpiStream.cpp180 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
HDSymbolCache.cpp166 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp822 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()
852 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
HDSymbolFileNativePDB.cpp691 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()