X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FDebugInfo%2FPDB%2FPDB.h;h=5df3be85e381b50ac1ebe1deedb98f6fa68095fc;hb=2b762697564ca1e12e0e974e93ceeb4c3420505c;hp=67878e9ccf600707636d0f6d3accb9eb2d4ef2bf;hpb=e09af84db50570b56379bfef95d37ceaf6674c16;p=oota-llvm.git diff --git a/include/llvm/DebugInfo/PDB/PDB.h b/include/llvm/DebugInfo/PDB/PDB.h index 67878e9ccf6..5df3be85e38 100644 --- a/include/llvm/DebugInfo/PDB/PDB.h +++ b/include/llvm/DebugInfo/PDB/PDB.h @@ -16,8 +16,11 @@ namespace llvm { class StringRef; -PDB_ErrorCode createPDBReader(PDB_ReaderType Type, StringRef Path, - std::unique_ptr &Session); +PDB_ErrorCode loadDataForPDB(PDB_ReaderType Type, StringRef Path, + std::unique_ptr &Session); + +PDB_ErrorCode loadDataForEXE(PDB_ReaderType Type, StringRef Path, + std::unique_ptr &Session); } #endif