Home
last modified time | relevance | path

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

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