Searched refs:getModuleDebugStream (Results 1 – 8 of 8) sorted by relevance
156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index);157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
38 llvm::pdb::getModuleDebugStream(PDBFile &File, StringRef &ModuleName, in getModuleDebugStream() function in llvm::pdb68 Expected<ModuleDebugStreamRef> llvm::pdb::getModuleDebugStream(PDBFile &File, in getModuleDebugStream() function in llvm::pdb205 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
102 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
353 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset()459 Session.getModuleDebugStream(Modi); in findLineTable()556 Session.getModuleDebugStream(Modi); in findLineNumbersByVA()
193 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
453 NativeSession::getModuleDebugStream(uint32_t Index) const { in getModuleDebugStream() function in NativeSession
1471 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb()