Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
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()
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()
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()
/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp92 pdb::ModStream ModS(Modi.Info, std::move(*ModStreamData)); in LLVMFuzzerTestOneInput() local
93 if (auto E = ModS.reload()) { in LLVMFuzzerTestOneInput()
99 for (auto &S : ModS.symbols(&HadError)) { in LLVMFuzzerTestOneInput()
/external/llvm-project/llvm/tools/llvm-pdbutil/
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()
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()
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()
1589 ModuleDebugStreamRef &ModS = *ExpectedModS; in dumpModuleSymsForPdb() local
1599 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()
1601 Visitor.visitSymbolStream(ModS.getSymbolArray(), SS.Offset)) { in dumpModuleSymsForPdb()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp491 ModStream ModS(Modi.Info, std::move(*ModStreamData)); in dumpDbiStream() local
492 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()