Home
last modified time | relevance | path

Searched refs:TpiS (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp286 auto TpiS = File.getPDBTpiStream(); in dumpTpiStream() local
287 if (!TpiS) in dumpTpiStream()
288 return TpiS.takeError(); in dumpTpiStream()
290 auto &TS = TpiS.get(); in dumpTpiStream()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp304 auto TpiS = safelyCreateIndexedStream(StreamTPI); in getPDBTpiStream() local
305 if (!TpiS) in getPDBTpiStream()
306 return TpiS.takeError(); in getPDBTpiStream()
307 auto TempTpi = std::make_unique<TpiStream>(*this, std::move(*TpiS)); in getPDBTpiStream()