10 #ifndef LLVM_DEBUGINFO_PDB_PDB_H
11 #define LLVM_DEBUGINFO_PDB_PDB_H
16 #include <system_error>
24 std::unique_ptr<IPDBSession> &Session);
27 std::unique_ptr<IPDBSession> &Session);
PDB_ReaderType
Specifies which PDB reader implementation is to be used.
Error loadDataForEXE(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)
Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)