[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef...
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.h
index b846e1018f8263de69cd690917d4b6bc441513fe..c1d5ff8c2110f762c9cfa5db88506627f6a265c7 100644 (file)
@@ -54,7 +54,7 @@ extern cl::opt<bool> UnwindInfo;
 // Various helper functions.
 bool error(std::error_code ec);
 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
-void DumpBytes(StringRef bytes);
+void DumpBytes(ArrayRef<uint8_t> bytes);
 void ParseInputMachO(StringRef Filename);
 void printCOFFUnwindInfo(const object::COFFObjectFile* o);
 void printMachOUnwindInfo(const object::MachOObjectFile* o);