Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp303 auto TpiS = safelyCreateIndexedStream(StreamTPI); in getPDBTpiStream() local
304 if (!TpiS) in getPDBTpiStream()
305 return TpiS.takeError(); in getPDBTpiStream()
306 auto TempTpi = std::make_unique<TpiStream>(*this, std::move(*TpiS)); in getPDBTpiStream()