Searched refs:ModS (Results 1 – 6 of 6) sorted by relevance
38 findInlineeByTypeIndex(TypeIndex Id, ModuleDebugStreamRef &ModS) { in findInlineeByTypeIndex() argument39 for (const auto &SS : ModS.getSubsectionsArray()) { in findInlineeByTypeIndex()135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA() local136 if (!ModS) { in findInlineeLinesByVA()137 consumeError(ModS.takeError()); in findInlineeLinesByVA()142 ModS->findChecksumsSubsection(); in findInlineeLinesByVA()155 findInlineeByTypeIndex(Sym.Inlinee, ModS.get()); in findInlineeLinesByVA()
98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA() local99 if (!ModS) { in findInlineFramesByVA()100 consumeError(ModS.takeError()); in findInlineFramesByVA()103 CVSymbolArray Syms = ModS->getSymbolArray(); in findInlineFramesByVA()
458 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local459 if (auto EC = ModS.reload()) in getModuleDebugStream()462 return std::move(ModS); in getModuleDebugStream()
235 pdb::ModuleDebugStreamRef ModS(MI, std::move(ModStreamData)); in dumpDbiStream() local236 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()
58 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local59 if (auto EC = ModS.reload()) in getModuleDebugStream()63 return std::move(ModS); in getModuleDebugStream()
427 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() local428 if (auto EC = ModS.reload()) in getModuleDebugStream()432 return std::move(ModS); in getModuleDebugStream()1585 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb() local1595 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()1597 Visitor.visitSymbolStream(ModS.getSymbolArray(), SS.Offset)) { in dumpModuleSymsForPdb()