Searched refs:ModS (Results 1 – 5 of 5) sorted by relevance
230 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream() local231 if (auto EC = ModS.reload()) in dumpDbiStream()238 ModS.hasDebugSubsections()) { in dumpDbiStream()239 auto ExpectedChecksums = ModS.findChecksumsSubsection(); in dumpDbiStream()246 for (const auto &SS : ModS.subsections()) { in dumpDbiStream()262 DMI.Modi->Signature = ModS.signature(); in dumpDbiStream()264 for (auto &Sym : ModS.symbols(&HadError)) { in dumpDbiStream()
55 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local56 if (auto EC = ModS.reload()) in getModuleDebugStream()60 return std::move(ModS); in getModuleDebugStream()
376 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local377 if (auto EC = ModS.reload()) in getModuleDebugStream()381 return std::move(ModS); in getModuleDebugStream()1344 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb() local1354 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()1356 Visitor.visitSymbolStream(ModS.getSymbolArray(), SS.Offset)) { in dumpModuleSymsForPdb()
92 pdb::ModStream ModS(Modi.Info, std::move(*ModStreamData)); in LLVMFuzzerTestOneInput() local93 if (auto E = ModS.reload()) { in LLVMFuzzerTestOneInput()99 for (auto &S : ModS.symbols(&HadError)) { in LLVMFuzzerTestOneInput()
491 ModStream ModS(Modi.Info, std::move(*ModStreamData)); in dumpDbiStream() local492 if (auto EC = ModS.reload()) in dumpDbiStream()499 for (const auto &S : ModS.symbols(&HadError)) { in dumpDbiStream()600 for (const auto &L : ModS.lines(&HadError)) { in dumpDbiStream()