Home
last modified time | relevance | path

Searched refs:getPDBTpiStream (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp48 Tpi = &cantFail(File.pdb().getPDBTpiStream()); in TypeReferenceTracker()
H A DBytesOutputStyle.cpp301 auto &Stream = Err(IsTpi ? File.getPDBTpiStream() : File.getPDBIpiStream()); in dumpTypeIndex()
451 auto Tpi = (StreamIdx == StreamTPI) ? File.getPDBTpiStream() in initializeTypes()
H A DStreamUtil.cpp70 auto Tpi = File.getPDBTpiStream(); in discoverStreamPurposes()
H A DYAMLOutputStyle.cpp286 auto TpiS = File.getPDBTpiStream(); in dumpTpiStream()
H A Dllvm-pdbutil.cpp1332 auto &Tpi = ExitOnErr(File.getPDBTpiStream()); in mergePdbs()
H A DDumpOutputStyle.cpp1363 auto &Stream = Err((StreamIdx == StreamTPI) ? getPdb().getPDBTpiStream() in dumpTpiStream()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h101 Expected<TpiStream &> getPDBTpiStream();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp48 ASSIGN_PTR_OR_RETURN(result->m_tpi, file->getPDBTpiStream()); in create()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp103 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
H A DNativeInlineSiteSymbol.cpp64 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in getName()
H A DSymbolCache.cpp95 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()
173 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()
H A DNativeTypeEnum.cpp66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
H A DPDBFile.cpp300 Expected<TpiStream &> PDBFile::getPDBTpiStream() { in getPDBTpiStream() function in PDBFile
H A DInputFile.cpp430 : pdb().getPDBTpiStream()); in getOrCreateTypeCollection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp365 Expected<pdb::TpiStream &> expectedTpi = pdbFile.getPDBTpiStream(); in mergeDebugT()
757 Expected<pdb::TpiStream &> expectedTpi = pdbFile.getPDBTpiStream(); in loadGHashes()
797 pdb::TpiStream &tpi = check(pdbFile.getPDBTpiStream()); in remapTpiWithGHashes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp590 Expected<TpiStream &> StreamTpiOrErr = Pdb.getPDBTpiStream(); in traverseTypes()