Home
last modified time | relevance | path

Searched refs:IpiS (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.cpp319 auto IpiS = safelyCreateIndexedStream(StreamIPI); in getPDBIpiStream() local
320 if (!IpiS) in getPDBIpiStream()
321 return IpiS.takeError(); in getPDBIpiStream()
322 auto TempIpi = std::make_unique<TpiStream>(*this, std::move(*IpiS)); in getPDBIpiStream()