| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 25 : Modules(&Modules), Modi(Modi), Filei(Filei) { in DbiModuleSourceFilesIterator() 50 assert(Modi == R.Modi); in operator ==() 87 uint32_t RealModi = R.Modi; in operator -() 127 Filei = Modules->getSourceFileCount(Modi); in setValue() 137 assert(Modi <= Modules->getModuleCount()); in isEnd() 140 if (Modi == Modules->getModuleCount()) in isEnd() 142 if (Filei == Modules->getSourceFileCount(Modi)) in isEnd() 159 return Modi == R.Modi; in isCompatible() 250 return ModFileCountArray[Modi]; in getSourceFileCount() 254 assert(Modi < getModuleCount()); in getModuleDescriptor() [all …]
|
| H A D | SymbolCache.cpp | 317 uint16_t Modi; in findSymbolBySectOffset() local 320 return getOrCreateCompiland(Modi); in findSymbolBySectOffset() 343 uint16_t Modi; in findFunctionSymbolBySectOffset() local 348 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset() 443 SymbolCache::findLineTable(uint16_t Modi) const { in findLineTable() 445 auto LineTableIter = LineTable.find(Modi); in findLineTable() 454 Session.getModuleDebugStream(Modi); in findLineTable() 529 uint16_t Modi; in findLineNumbersByVA() local 530 if (!Session.moduleIndexForVA(VA, Modi)) in findLineNumbersByVA() 533 std::vector<LineTableEntry> Lines = findLineTable(Modi); in findLineNumbersByVA() [all …]
|
| H A D | NativeFunctionSymbol.cpp | 94 uint16_t Modi; in findInlineFramesByVA() local 95 if (!Session.moduleIndexForVA(VA, Modi)) in findInlineFramesByVA() 98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA() 123 IS, getVirtualAddress(), Modi, Start.offset()); in findInlineFramesByVA()
|
| H A D | NativeInlineSiteSymbol.cpp | 131 uint16_t Modi; in findInlineeLinesByVA() local 132 if (!Session.moduleIndexForVA(VA, Modi)) in findInlineeLinesByVA() 135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA() 172 SrcFileId, Modi); in findInlineeLinesByVA()
|
| H A D | NativeSession.cpp | 449 DbiModuleDescriptor Modi = Dbi->modules().getModuleDescriptor(Index); in getModuleDebugStream() local 451 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() 458 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 39 DbiModuleSourceFilesIterator(const DbiModuleList &Modules, uint32_t Modi, 65 uint32_t Modi{0}; 78 uint16_t getSourceFileCount(uint32_t Modi) const; 81 source_files(uint32_t Modi) const; 83 DbiModuleDescriptor getModuleDescriptor(uint32_t Modi) const;
|
| H A D | SymbolCache.h | 83 std::vector<LineTableEntry> findLineTable(uint16_t Modi) const; 167 uint64_t ParentAddr, uint16_t Modi,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.cpp | 42 uint32_t StreamIndex, uint32_t Modi) { in createModuleStream() argument 46 Result.ModuleIndex = Modi; in createModuleStream() 57 uint32_t Modi) { in moduleStream() argument 58 return StreamInfo::createModuleStream(Label, StreamIdx, Modi); in moduleStream() 62 uint32_t Modi; member 83 IMD.Modi = I; in discoverStreamPurposes() 175 ModIter->second.Modi); in discoverStreamPurposes()
|
| H A D | InputFile.cpp | 47 auto Modi = Modules.getModuleDescriptor(Index); in getModuleDebugStream() local 49 ModuleName = Modi.getModuleName(); in getModuleDebugStream() 51 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() 58 ModuleDebugStreamRef ModS(Modi, std::move(ModStreamData)); in getModuleDebugStream() 163 void SymbolGroup::updatePdbModi(uint32_t Modi) { initializeForPdb(Modi); } in updatePdbModi() argument 165 void SymbolGroup::initializeForPdb(uint32_t Modi) { in initializeForPdb() argument 179 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
|
| H A D | DumpOutputStyle.cpp | 418 auto Modi = Modules.getModuleDescriptor(Index); in getModuleDebugStream() local 420 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream() 446 Callback(Modi, SG); in iterateOneModule() 459 uint32_t Modi = opts::dump::DumpModi; in iterateSymbolGroups() local 460 SymbolGroup SG(&Input, Modi); in iterateSymbolGroups() 462 Modi, Callback); in iterateSymbolGroups() 600 auto Desc = Modules.getModuleDescriptor(Modi); in dumpModules() 949 [this, &LastModi, &LastNameIndex](uint32_t Modi, in dumpLines() 957 LastModi = Modi; in dumpLines() 1237 [&](uint32_t Modi, const SymbolGroup &Strings, in dumpStringTableFromObj() [all …]
|
| 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 | InputFile.h | 115 void initializeForPdb(uint32_t Modi); 116 void updatePdbModi(uint32_t Modi);
|
| H A D | StreamUtil.h | 49 uint32_t Modi);
|
| H A D | YAMLOutputStyle.cpp | 265 DMI.Modi.emplace(); in dumpDbiStream() 267 DMI.Modi->Signature = ModS.signature(); in dumpDbiStream() 274 DMI.Modi->Symbols.push_back(*ES); in dumpDbiStream()
|
| H A D | PdbYaml.h | 74 Optional<PdbModiStream> Modi; member
|
| H A D | PdbYaml.cpp | 188 IO.mapOptional("Modi", Obj.Modi); in mapping()
|
| H A D | llvm-pdbutil.cpp | 817 if (MI.Modi.hasValue()) { in yamlToPdb() 818 const auto &ModiStream = *MI.Modi; in yamlToPdb()
|