Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1337 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb() local
1338 if (!ExpectedModS) { in dumpModuleSymsForPdb()
1340 toString(ExpectedModS.takeError())); in dumpModuleSymsForPdb()
1344 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()