Lines Matching refs:RawSession
43 RawSession::RawSession(std::unique_ptr<PDBFile> PdbFile) in RawSession() function in RawSession
46 RawSession::~RawSession() {} in ~RawSession()
48 Error RawSession::createFromPdb(StringRef Path, in createFromPdb()
66 Session.reset(new RawSession(std::move(File))); in createFromPdb()
71 Error RawSession::createFromExe(StringRef Path, in createFromExe()
76 uint64_t RawSession::getLoadAddress() const { return 0; } in getLoadAddress()
78 void RawSession::setLoadAddress(uint64_t Address) {} in setLoadAddress()
80 std::unique_ptr<PDBSymbolExe> RawSession::getGlobalScope() const { in getGlobalScope()
84 std::unique_ptr<PDBSymbol> RawSession::getSymbolById(uint32_t SymbolId) const { in getSymbolById()
89 RawSession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { in findSymbolByAddress()
94 RawSession::findLineNumbers(const PDBSymbolCompiland &Compiland, in findLineNumbers()
100 RawSession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress()
105 RawSession::findSourceFiles(const PDBSymbolCompiland *Compiland, in findSourceFiles()
112 RawSession::findOneSourceFile(const PDBSymbolCompiland *Compiland, in findOneSourceFile()
119 RawSession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
125 RawSession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
130 std::unique_ptr<IPDBEnumSourceFiles> RawSession::getAllSourceFiles() const { in getAllSourceFiles()
134 std::unique_ptr<IPDBEnumSourceFiles> RawSession::getSourceFilesForCompiland( in getSourceFilesForCompiland()
140 RawSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById()
144 std::unique_ptr<IPDBEnumDataStreams> RawSession::getDebugStreams() const { in getDebugStreams()