10 #ifndef LLVM_DEBUGINFO_PDB_PDB_H
11 #define LLVM_DEBUGINFO_PDB_PDB_H
20 std::unique_ptr<IPDBSession> &Session);
23 std::unique_ptr<IPDBSession> &Session);
PDB_ErrorCode loadDataForPDB(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)
PDB_ReaderType
Specifies which PDB reader implementation is to be used.
PDB_ErrorCode loadDataForEXE(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)