Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h156 getModuleDebugStream(PDBFile &File, StringRef &ModuleName, uint32_t Index);
157 Expected<ModuleDebugStreamRef> getModuleDebugStream(PDBFile &File,
H A DNativeSession.h120 Expected<ModuleDebugStreamRef> getModuleDebugStream(uint32_t Index) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp38 llvm::pdb::getModuleDebugStream(PDBFile &File, StringRef &ModuleName, in getModuleDebugStream() function in llvm::pdb
68 Expected<ModuleDebugStreamRef> llvm::pdb::getModuleDebugStream(PDBFile &File, in getModuleDebugStream() function in llvm::pdb
205 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
H A DNativeFunctionSymbol.cpp102 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineFramesByVA()
H A DSymbolCache.cpp353 Session.getModuleDebugStream(Modi); in findFunctionSymbolBySectOffset()
459 Session.getModuleDebugStream(Modi); in findLineTable()
556 Session.getModuleDebugStream(Modi); in findLineNumbersByVA()
H A DNativeInlineSiteSymbol.cpp193 Expected<ModuleDebugStreamRef> ModS = Session.getModuleDebugStream(Modi); in findInlineeLinesByVA()
H A DNativeSession.cpp453 NativeSession::getModuleDebugStream(uint32_t Index) const { in getModuleDebugStream() function in NativeSession
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1471 auto ExpectedModS = getModuleDebugStream(File.pdb(), I); in dumpModuleSymsForPdb()