Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp38 findInlineeByTypeIndex(TypeIndex Id, ModuleDebugStreamRef &ModS) { in findInlineeByTypeIndex() argument
39 for (const auto &SS : ModS.getSubsectionsArray()) { in findInlineeByTypeIndex()
135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA() local
136 if (!ModS) { in findInlineeLinesByVA()
137 consumeError(ModS.takeError()); in findInlineeLinesByVA()
142 ModS->findChecksumsSubsection(); in findInlineeLinesByVA()
155 findInlineeByTypeIndex(Sym.Inlinee, ModS.get()); in findInlineeLinesByVA()
H A DNativeFunctionSymbol.cpp98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA() local
99 if (!ModS) { in findInlineFramesByVA()
100 consumeError(ModS.takeError()); in findInlineFramesByVA()
103 CVSymbolArray Syms = ModS->getSymbolArray(); in findInlineFramesByVA()
H A DNativeSession.cpp458 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local
459 if (auto EC = ModS.reload()) in getModuleDebugStream()
462 return std::move(ModS); in getModuleDebugStream()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp235 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream() local
236 if (auto EC = ModS.reload()) in dumpDbiStream()
243 ModS.hasDebugSubsections()) { in dumpDbiStream()
244 auto ExpectedChecksums = ModS.findChecksumsSubsection(); in dumpDbiStream()
251 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()
267 DMI.Modi->Signature = ModS.signature(); in dumpDbiStream()
269 for (auto &Sym : ModS.symbols(&HadError)) { in dumpDbiStream()
H A DInputFile.cpp58 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local
59 if (auto EC = ModS.reload()) in getModuleDebugStream()
63 return std::move(ModS); in getModuleDebugStream()
H A DDumpOutputStyle.cpp427 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local
428 if (auto EC = ModS.reload()) in getModuleDebugStream()
432 return std::move(ModS); in getModuleDebugStream()
1585 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb() local
1595 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()
1597 Visitor.visitSymbolStream(ModS.getSymbolArray(), SS.Offset)) { in dumpModuleSymsForPdb()