summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h')
-rw-r--r--llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h b/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
index 5f03c440d3b..caac1668ae3 100644
--- a/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
+++ b/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
@@ -24,7 +24,7 @@ public:
PDBSymbolExe(const IPDBSession &PDBSession,
std::unique_ptr<IPDBRawSymbol> ExeSymbol);
- void dump(llvm::raw_ostream &OS) const override;
+ void dump(raw_ostream &OS, int Indent, PDB_DumpLevel Level) const override;
FORWARD_SYMBOL_METHOD(getAge)
FORWARD_SYMBOL_METHOD(getGuid)
OpenPOWER on IntegriCloud