Home
last modified time | relevance | path

Searched refs:getModuleDebugStream (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp348 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset()
454 Session.getModuleDebugStream(Modi); in findLineTable()
551 Session.getModuleDebugStream(Modi); in findLineNumbersByVA()
H A DNativeFunctionSymbol.cpp98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
H A DNativeInlineSiteSymbol.cpp135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
H A DNativeSession.cpp445 NativeSession::getModuleDebugStream(uint32_t Index) const { in getModuleDebugStream() function in NativeSession
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp38 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index) { in getModuleDebugStream() function
179 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
H A DDumpOutputStyle.cpp412 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File, in getModuleDebugStream() function
1578 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h116 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;