Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h62 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp182 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
H A DSymbolCache.cpp166 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp695 return llvm::cantFail(tpi.findFullDeclForForwardRef(id.index)); in GetBestPossibleDecl()
725 index = llvm::cantFail(tpi.findFullDeclForForwardRef(index)); in GetSizeOfType()
H A DSymbolFileNativePDB.cpp667 m_index->tpi().findFullDeclForForwardRef(type_id.index); in CreateAndCacheType()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp41 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()