summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-05-28 18:39:50 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-05-28 18:39:50 +0000
commit2048ea4056ee4f7893931fd2b2ebfcc62f6058b8 (patch)
tree0c08ba29e59fc3913f7bb4ac808ea784e61bf398 /llvm/tools/llvm-objdump/llvm-objdump.h
parentdd04352558d71b5f0eabb35fc9053036599cc9df (diff)
downloadbcm5719-llvm-2048ea4056ee4f7893931fd2b2ebfcc62f6058b8.tar.gz
bcm5719-llvm-2048ea4056ee4f7893931fd2b2ebfcc62f6058b8.zip
[llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream.
llvm-svn: 238453
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
-rw-r--r--llvm/tools/llvm-objdump/llvm-objdump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objdump/llvm-objdump.h b/llvm/tools/llvm-objdump/llvm-objdump.h
index bde72e004a1..276bdffb9f4 100644
--- a/llvm/tools/llvm-objdump/llvm-objdump.h
+++ b/llvm/tools/llvm-objdump/llvm-objdump.h
@@ -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);
OpenPOWER on IntegriCloud