diff options
Diffstat (limited to 'lib/DebugInfo/PDB/PDBContext.cpp')
| -rw-r--r-- | lib/DebugInfo/PDB/PDBContext.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/DebugInfo/PDB/PDBContext.cpp b/lib/DebugInfo/PDB/PDBContext.cpp index 94b81ecf561e..f6b6b951ebe1 100644 --- a/lib/DebugInfo/PDB/PDBContext.cpp +++ b/lib/DebugInfo/PDB/PDBContext.cpp @@ -29,8 +29,7 @@ PDBContext::PDBContext(const COFFObjectFile &Object,      Session->setLoadAddress(ImageBase.get());  } -void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType, bool DumpEH, -                      bool SummarizeTypes) {} +void PDBContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts){}  DILineInfo PDBContext::getLineInfoForAddress(uint64_t Address,                                               DILineInfoSpecifier Specifier) {  | 
