llvm-pdbdump: Add flags controlling the type of values to dump.
[oota-llvm.git] / include / llvm / DebugInfo / PDB / PDBSymbolFuncDebugStart.h
index 99de8c063065e48ad06ab534e2ea3ec9e46f03eb..36bc1679d8018e2dc14e50f650c4009e686ba28b 100644 (file)
@@ -24,7 +24,7 @@ public:
 
   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::FuncDebugStart)
 
-  void dump(raw_ostream &OS, int Indent, PDB_DumpLevel Level) const override;
+  void dump(raw_ostream &OS, int Indent, PDB_DumpLevel Level, PDB_DumpFlags Flags) const override;
 
   FORWARD_SYMBOL_METHOD(getAddressOffset)
   FORWARD_SYMBOL_METHOD(getAddressSection)