Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
[oota-llvm.git] / include / llvm / DebugInfo / PDB / PDBSymbolTypePointer.h
index 2236f9a077b11846362aa0f03137809d385dfc98..3a75edde2ab8e8572411a41209ec3bfa94a4da8c 100644 (file)
@@ -22,7 +22,7 @@ public:
   PDBSymbolTypePointer(const IPDBSession &PDBSession,
                        std::unique_ptr<IPDBRawSymbol> Symbol);
 
-  void dump(llvm::raw_ostream &OS) const override;
+  void dump(raw_ostream &OS, int Indent, PDB_DumpLevel Level) const override;
 
   FORWARD_SYMBOL_METHOD(isConstType)
   FORWARD_SYMBOL_METHOD(getLength)