Searched refs:getModuleDebugStream (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InputFile.h | 156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index); 157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
|
H A D | NativeSession.h | 120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 39 llvm::pdb::getModuleDebugStream(PDBFile &File, StringRef &ModuleName, in getModuleDebugStream() function in llvm::pdb 69 Expected<ModuleDebugStreamRef> llvm::pdb::getModuleDebugStream(PDBFile &File, in getModuleDebugStream() function in llvm::pdb 206 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
|
H A D | NativeFunctionSymbol.cpp | 102 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
|
H A D | SymbolCache.cpp | 353 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset() 459 Session.getModuleDebugStream(Modi); in findLineTable() 556 Session.getModuleDebugStream(Modi); in findLineNumbersByVA()
|
H A D | NativeInlineSiteSymbol.cpp | 193 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
|
H A D | NativeSession.cpp | 454 NativeSession::getModuleDebugStream(uint32_t Index) const { in getModuleDebugStream() function in NativeSession
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 1033 getModuleDebugStream(Pdb, Modi); in createScopes()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 1471 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb()
|