| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 24 const DbiModuleList &Modules, uint32_t Modi, uint16_t Filei) in DbiModuleSourceFilesIterator() argument 25 : Modules(&Modules), Modi(Modi), Filei(Filei) { in DbiModuleSourceFilesIterator() 50 assert(Modi == R.Modi); in operator ==() 87 uint32_t RealModi = R.Modi; in operator -() 100 assert(Filei <= Modules->getSourceFileCount(Modi)); in operator +=() 123 uint32_t Off = Modules->ModuleInitialFileIndex[Modi] + Filei; in setValue() 127 Filei = Modules->getSourceFileCount(Modi); in setValue() 137 assert(Modi <= Modules->getModuleCount()); in isEnd() 138 assert(Filei <= Modules->getSourceFileCount(Modi)); in isEnd() 140 if (Modi == Modules->getModuleCount()) in isEnd() [all …]
|
| H A D | SymbolCache.cpp | 302 uint16_t Modi, in getOrCreateInlineSymbol() argument 304 auto Iter = SymTabOffsetToSymbolId.find({Modi, RecordOffset}); in getOrCreateInlineSymbol() 309 SymTabOffsetToSymbolId.insert({{Modi, RecordOffset}, Id}); in getOrCreateInlineSymbol() 322 uint16_t Modi; in findSymbolBySectOffset() local 323 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findSymbolBySectOffset() 325 return getOrCreateCompiland(Modi); in findSymbolBySectOffset() 348 uint16_t Modi; in findFunctionSymbolBySectOffset() local 349 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findFunctionSymbolBySectOffset() 353 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset() 452 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable() [all …]
|
| H A D | InputFile.cpp | 50 auto Modi = Modules.getModuleDescriptor(Index); in getModuleDebugStream() local 52 ModuleName = Modi.getModuleName(); in getModuleDebugStream() 54 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() 61 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() 76 auto Modi = Modules.getModuleDescriptor(Index); in getModuleDebugStream() local 78 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() 85 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() 190 void SymbolGroup::updatePdbModi(uint32_t Modi) { initializeForPdb(Modi); } in updatePdbModi() argument 192 void SymbolGroup::initializeForPdb(uint32_t Modi) { in initializeForPdb() argument [all...] |
| H A D | NativeFunctionSymbol.cpp | 98 uint16_t Modi; in findInlineFramesByVA() local 99 if (!Session.moduleIndexForVA(VA, Modi)) in findInlineFramesByVA() 102 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA() 127 IS, getVirtualAddress(), Modi, Start.offset()); in findInlineFramesByVA()
|
| H A D | NativeInlineSiteSymbol.cpp | 189 uint16_t Modi; in findInlineeLinesByVA() local 190 if (!Session.moduleIndexForVA(VA, Modi)) in findInlineeLinesByVA() 193 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA() 230 SrcFileId, Modi); in findInlineeLinesByVA()
|
| H A D | NativeSession.cpp | 456 DbiModuleDescriptor Modi = Dbi->modules().getModuleDescriptor(Index); in getModuleDebugStream() local 458 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() 465 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InputFile.h | 119 void initializeForPdb(uint32_t Modi); 120 void updatePdbModi(uint32_t Modi); 167 const SymbolGroup &SG, uint32_t Modi, in iterateOneModule() argument 171 fmt_align(Modi, AlignStyle::Right, HeaderScope.LabelWidth), SG.name()); in iterateOneModule() 174 return Callback(Modi, SG); in iterateOneModule() 184 uint32_t Modi = *Filters.DumpModi; in iterateSymbolGroups() local 185 SymbolGroup SG(&Input, Modi); in iterateSymbolGroups() 186 return iterateOneModule(Input, withLabelWidth(HeaderScope, NumDigits(Modi)), in iterateSymbolGroups() 187 SG, Modi, Callback); in iterateSymbolGroups() 211 File, HeaderScope, [&](uint32_t Modi, const SymbolGroup &SG) -> Error { in iterateModuleSubsections() [all …]
|
| H A D | DbiModuleList.h | 39 uint32_t Modi, uint16_t Filei); 65 uint32_t Modi{0}; 78 LLVM_ABI uint16_t getSourceFileCount(uint32_t Modi) const; 81 source_files(uint32_t Modi) const; 83 LLVM_ABI DbiModuleDescriptor getModuleDescriptor(uint32_t Modi) const;
|
| H A D | SymbolCache.h | 90 std::vector<LineTableEntry> findLineTable(uint16_t Modi) const; 175 uint16_t Modi,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.cpp | 41 uint32_t StreamIndex, uint32_t Modi) { in createModuleStream() 45 Result.ModuleIndex = Modi; in createModuleStream() 56 uint32_t Modi) { in moduleStream() 57 return StreamInfo::createModuleStream(Label, StreamIdx, Modi); in moduleStream() argument 61 uint32_t Modi; 82 IMD.Modi = I; in discoverStreamPurposes() 174 ModIter->second.Modi); in discoverStreamPurposes() 42 createModuleStream(StringRef Module,uint32_t StreamIndex,uint32_t Modi) createModuleStream() argument 62 uint32_t Modi; global() member
|
| H A D | BytesOutputStyle.cpp | 333 auto Modi = Modules.getModuleDescriptor(I); in iterateOneModule() local 336 Modi.getModuleName()); in iterateOneModule() 338 uint16_t ModiStream = Modi.getModuleStreamIndex(); in iterateOneModule() 344 ModuleDebugStreamRef ModStream(Modi, std::move(ModStreamData)); in iterateOneModule() 386 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleSyms() 399 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC11() argument 414 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC13() argument
|
| H A D | DumpOutputStyle.cpp | 486 [&](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModules() argument 487 auto Desc = Modules.getModuleDescriptor(Modi); in dumpModules() 532 [this](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModuleFiles() argument 539 for (const auto &F : Modules.source_files(Modi)) { in dumpModuleFiles() 559 File, Scope, [&](uint32_t Modi, const SymbolGroup &SG) -> Error { in dumpSymbolStats() argument 569 DbiModuleDescriptor Desc = Modules.getModuleDescriptor(Modi); in dumpSymbolStats() 575 fmt_align(Modi, AlignStyle::Right, NumDigits(ModCount)), in dumpSymbolStats() 851 &LastNameIndex](uint32_t Modi, const SymbolGroup &Strings, in dumpLines() 857 if (LastModi != Modi || LastNameIndex != Block.NameIndex) { in dumpLines() 858 LastModi = Modi; in dumpLines() [all …]
|
| H A D | StreamUtil.h | 49 uint32_t Modi);
|
| H A D | YAMLOutputStyle.cpp | 274 DMI.Modi.emplace(); in dumpDbiStream() 276 DMI.Modi->Signature = ModS.signature(); in dumpDbiStream() 283 DMI.Modi->Symbols.push_back(*ES); in dumpDbiStream()
|
| H A D | PdbYaml.h | 71 std::optional<PdbModiStream> Modi; member
|
| H A D | PdbYaml.cpp | 195 IO.mapOptional("Modi", Obj.Modi); in mapping()
|
| H A D | llvm-pdbutil.cpp | 847 if (MI.Modi) { in yamlToPdb() 848 const auto &ModiStream = *MI.Modi; in yamlToPdb()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 210 LVScope *getScopeForModule(uint32_t Modi) { 211 return Modi >= Modules.size() ? nullptr : Modules[Modi];
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 956 auto VisitInlineeLines = [&](int32_t Modi, const SymbolGroup &SG, in createScopes() 1025 auto VisitSymbolGroup = [&](uint32_t Modi, const SymbolGroup &SG) -> Error { in createScopes() argument 1027 getModuleDebugStream(Pdb, Modi); in createScopes() 1032 W.getOStream() << formatv("Traversing Group: Mod {0:4}\n", Modi); in createScopes() 1069 auto VisitDebugLines = [this](int32_t Modi, const SymbolGroup &SG, in createScopes() 1078 LLVM_DEBUG({ W.getOStream() << formatv("Modi = {0}\n", Modi); }); in createScopes() 1083 if (CurrentModule != Modi) { in createScopes() 1087 CurrentModule = Modi; in createScopes()
|