Lines Matching refs:ExpectedModS
346 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset() local
348 if (!ExpectedModS) { in findFunctionSymbolBySectOffset()
349 consumeError(ExpectedModS.takeError()); in findFunctionSymbolBySectOffset()
352 CVSymbolArray Syms = ExpectedModS->getSymbolArray(); in findFunctionSymbolBySectOffset()
452 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable() local
454 if (!ExpectedModS) { in findLineTable()
455 consumeError(ExpectedModS.takeError()); in findLineTable()
460 for (const auto &SS : ExpectedModS->getSubsectionsArray()) { in findLineTable()
545 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA() local
547 if (!ExpectedModS) { in findLineNumbersByVA()
548 consumeError(ExpectedModS.takeError()); in findLineNumbersByVA()
552 ExpectedModS->findChecksumsSubsection(); in findLineNumbersByVA()