/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 41 uint32_t StreamIndex, uint32_t Modi) { in createModuleStream() 56 uint32_t Modi) { in moduleStream() 61 uint32_t Modi; member
|
H A D | BytesOutputStyle.cpp | 333 auto Modi = Modules.getModuleDescriptor(I); in iterateOneModule() local 399 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC11() 414 [this](uint32_t Modi, const ModuleDebugStreamRef &Stream, in dumpModuleC13() 415 const MSFStreamLayout &Layout) { in dumpModuleC13()
|
H A D | DumpOutputStyle.cpp | 486 [&](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModules() argument 532 [this](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModuleFiles() argument 559 File, Scope, [&](uint32_t Modi, const SymbolGroup &SG) -> Error { in dumpSymbolStats() argument 852 __anon4a174bff0902(uint32_t Modi, const SymbolGroup &Strings, DebugLinesSubsectionRef &Lines) dumpLines() argument 889 __anon4a174bff0a02(uint32_t Modi, const SymbolGroup &Strings, DebugInlineeLinesSubsectionRef &Lines) dumpInlineeLines() argument 916 __anon4a174bff0b02(uint32_t Modi, const SymbolGroup &Strings, DebugCrossModuleImportsSubsectionRef &Imports) dumpXmi() argument 956 __anon4a174bff0c02(uint32_t Modi, const SymbolGroup &Strings, DebugCrossModuleExportsSubsectionRef &Exports) dumpXme() argument 1135 __anon4a174bff0d02(uint32_t Modi, const SymbolGroup &Strings, DebugStringTableSubsectionRef &Strings2) dumpStringTableFromObj() argument 1445 __anon4a174bff0e02(uint32_t Modi, const SymbolGroup &Strings, DebugSymbolsSubsectionRef &Symbols) dumpModuleSymsForObj() argument [all...] |
H A D | PdbYaml.h | 70 std::optional<PdbModiStream> Modi; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 50 auto Modi = Modules.getModuleDescriptor(Index); in getModuleDebugStream() local 76 auto Modi = Modules.getModuleDescriptor(Index); in getModuleDebugStream() local 190 void SymbolGroup::updatePdbModi(uint32_t Modi) { initializeForPdb(Modi); } in updatePdbModi() 192 void SymbolGroup::initializeForPdb(uint32_t Modi) { in initializeForPdb()
|
H A D | SymbolCache.cpp | 302 uint16_t Modi, in getOrCreateInlineSymbol() argument 322 uint16_t Modi; in findSymbolBySectOffset() local 348 uint16_t Modi; in findFunctionSymbolBySectOffset() local 534 uint16_t Modi; findLineNumbersByVA() local [all...] |
H A D | NativeFunctionSymbol.cpp | 98 uint16_t Modi; in findInlineFramesByVA() local
|
H A D | DbiModuleList.cpp | 25 const DbiModuleList &Modules, uint32_t Modi, uint16_t Filei) in DbiModuleSourceFilesIterator()
|
H A D | NativeInlineSiteSymbol.cpp | 189 uint16_t Modi; in findInlineeLinesByVA() local
|
H A D | NativeSession.cpp | 458 DbiModuleDescriptor Modi = Dbi->modules().getModuleDescriptor(Index); in getModuleDebugStream() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InputFile.h | 166 const SymbolGroup &SG, uint32_t Modi, in iterateOneModule() 183 uint32_t Modi = *Filters.DumpModi; in iterateSymbolGroups() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 963 DebugInlineeLinesSubsectionRef &Lines) -> Error { in createScopes() 1031 auto VisitSymbolGroup = [&](uint32_t Modi, const SymbolGroup &SG) -> Error { in createScopes() 1076 DebugLinesSubsectionRef &Lines) -> Error { in createScopes()
|