Lines Matching refs:ExpectedModS
347 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset() local
349 if (!ExpectedModS) { in findFunctionSymbolBySectOffset()
350 consumeError(ExpectedModS.takeError()); in findFunctionSymbolBySectOffset()
353 CVSymbolArray Syms = ExpectedModS->getSymbolArray(); in findFunctionSymbolBySectOffset()
453 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable() local
455 if (!ExpectedModS) { in findLineTable()
456 consumeError(ExpectedModS.takeError()); in findLineTable()
461 for (const auto &SS : ExpectedModS->getSubsectionsArray()) { in findLineTable()
550 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA() local
552 if (!ExpectedModS) { in findLineNumbersByVA()
553 consumeError(ExpectedModS.takeError()); in findLineNumbersByVA()
557 ExpectedModS->findChecksumsSubsection(); in findLineNumbersByVA()