Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers.
authorKevin Enderby <enderby@apple.com>
Tue, 16 Dec 2014 23:25:52 +0000 (23:25 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 16 Dec 2014 23:25:52 +0000 (23:25 +0000)
commit46a81fde995cb9e8239d981e9c4a4422956d45c6
tree48b2b08fd5f5638c3bc140905a65622661aa444a
parentd4017d0489aaa065ce4e0a13f0d21679d6978457
Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224390 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
include/llvm/Support/MachO.h
lib/Object/MachOObjectFile.cpp
test/tools/llvm-objdump/ARM/macho-private-headers.test
tools/llvm-objdump/MachODump.cpp