Searched refs:ExpectedModS (Results 1 – 2 of 2) sorted by relevance
352 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset() local354 if (!ExpectedModS) { in findFunctionSymbolBySectOffset()355 consumeError(ExpectedModS.takeError()); in findFunctionSymbolBySectOffset()358 CVSymbolArray Syms = ExpectedModS->getSymbolArray(); in findFunctionSymbolBySectOffset()458 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable() local460 if (!ExpectedModS) { in findLineTable()461 consumeError(ExpectedModS.takeError()); in findLineTable()466 for (const auto &SS : ExpectedModS->getSubsectionsArray()) { in findLineTable()555 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA() local557 if (!ExpectedModS) { in findLineNumbersByVA()[all …]
1471 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb() local1472 if (!ExpectedModS) { in dumpModuleSymsForPdb()1474 toString(ExpectedModS.takeError())); in dumpModuleSymsForPdb()1478 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()