[PDB] Support executables and source/line info.
[oota-llvm.git] / lib / DebugInfo / PDB / PDBSymbolCustom.cpp
index 68f2b45194cc35e02d1c4979b76c239fcac8c2a9..45faa0bf7be28c66cdac413af3ff65bebd9e8cea 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "llvm/DebugInfo/PDB/IPDBRawSymbol.h"
 #include "llvm/DebugInfo/PDB/PDBSymbol.h"
+#include "llvm/DebugInfo/PDB/PDBSymDumper.h"
 
 #include <utility>
 
@@ -24,5 +25,4 @@ void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) {
   RawSymbol->getDataBytes(bytes);
 }
 
-void PDBSymbolCustom::dump(raw_ostream &OS, int Indent,
-                           PDB_DumpLevel Level, PDB_DumpFlags Flags) const {}
\ No newline at end of file
+void PDBSymbolCustom::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); }
\ No newline at end of file