Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A 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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp302 auto TpiS = safelyCreateIndexedStream(StreamTPI); in getPDBTpiStream() local
303 if (!TpiS) in getPDBTpiStream()
304 return TpiS.takeError(); in getPDBTpiStream()
305 auto TempTpi = std::make_unique<TpiStream>(*this, std::move(*TpiS)); in getPDBTpiStream()