9#ifndef LLVM_DEBUGINFO_PDB_PDB_H 
   10#define LLVM_DEBUGINFO_PDB_PDB_H 
   24                              std::unique_ptr<IPDBSession> &Session);
 
   27                              std::unique_ptr<IPDBSession> &Session);
 
IPDBSession defines an interface used to provide a context for querying debug information from a debu...
 
LLVM_ABI Error loadDataForEXE(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)
 
PDB_ReaderType
Specifies which PDB reader implementation is to be used.
 
LLVM_ABI Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)
 
This is an optimization pass for GlobalISel generic memory operations.