[llvm] Parameterizing the output stream for dumpbytes and outputting directly to...
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index bde72e004a1faf7574fa50d78d026131bc6009e6..276bdffb9f4bc6ee1aec76da8aa4490955f2e470 100644 (file)
@@ -55,7 +55,6 @@ extern cl::opt<bool> UnwindInfo;
 // Various helper functions.
 bool error(std::error_code ec);
 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
-void DumpBytes(ArrayRef<uint8_t> bytes);
 void ParseInputMachO(StringRef Filename);
 void printCOFFUnwindInfo(const object::COFFObjectFile* o);
 void printMachOUnwindInfo(const object::MachOObjectFile* o);