Searched refs:getModuleDebugStream (Results 1 – 7 of 7) sorted by relevance
98 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
347 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset()453 Session.getModuleDebugStream(Modi); in findLineTable()546 Session.getModuleDebugStream(Modi); in findLineNumbersByVA()
135 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
445 NativeSession::getModuleDebugStream(uint32_t Index) const { in getModuleDebugStream() function in NativeSession
116 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
38 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index) { in getModuleDebugStream() function179 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
412 static Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File, in getModuleDebugStream() function1582 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb()