Searched refs:RawSession (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
H A DRawSession.cpp1 //===- RawSession.cpp - Raw implementation of IPDBSession -------*- C++ -*-===//
10 #include "llvm/DebugInfo/PDB/Raw/RawSession.h"
43 RawSession::RawSession(std::unique_ptr<PDBFile> PdbFile) function in class:RawSession
46 RawSession::~RawSession() {}
48 Error RawSession::createFromPdb(StringRef Path,
66 Session.reset(new RawSession(std::move(File)));
71 Error RawSession::createFromExe(StringRef Path,
76 uint64_t RawSession
[all...]
/external/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp20 #include "llvm/DebugInfo/PDB/Raw/RawSession.h"
31 return RawSession::createFromPdb(Path, Session);
44 return RawSession::createFromExe(Path, Session);
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DRawSession.h1 //===- RawSession.h - Native implementation of IPDBSession ------*- C++ -*-===//
21 class RawSession : public IPDBSession { class in namespace:llvm::pdb
23 explicit RawSession(std::unique_ptr<PDBFile> PdbFile);
24 ~RawSession() override;
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp51 #include "llvm/DebugInfo/PDB/Raw/RawSession.h"
373 RawSession *RS = static_cast<RawSession *>(Session.get());
385 RawSession *RS = static_cast<RawSession *>(Session.get());

Completed in 649 milliseconds