Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp352 Expected<ModuleDebugStreamRef> ExpectedModS = in findFunctionSymbolBySectOffset() local
354 if (!ExpectedModS) { in findFunctionSymbolBySectOffset()
355 consumeError(ExpectedModS.takeError()); in findFunctionSymbolBySectOffset()
358 CVSymbolArray Syms = ExpectedModS->getSymbolArray(); in findFunctionSymbolBySectOffset()
462 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineTable()
464 if (!ExpectedModS) { in findLineTable()
465 consumeError(ExpectedModS.takeError()); in findLineTable()
470 for (const auto &SS : ExpectedModS->getSubsectionsArray()) { in findLineTable()
559 Expected<ModuleDebugStreamRef> ExpectedModS = in findLineNumbersByVA()
561 if (!ExpectedModS) { in findLineNumbersByVA()
458 Expected<ModuleDebugStreamRef> ExpectedModS = findLineTable() local
555 Expected<ModuleDebugStreamRef> ExpectedModS = findLineNumbersByVA() local
[all...]
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1027 Expected<ModuleDebugStreamRef> ExpectedModS = in createScopes()
1029 if (ExpectedModS) { in createScopes()
1030 ModuleDebugStreamRef &ModS = *ExpectedModS; in createScopes()
1051 consumeError(ExpectedModS.takeError()); in createScopes()
1032 Expected<ModuleDebugStreamRef> ExpectedModS = createScopes() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1471 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb() local
1472 if (!ExpectedModS) { in dumpModuleSymsForPdb()
1474 toString(ExpectedModS.takeError())); in dumpModuleSymsForPdb()
1478 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb()