Add support for the notion of "hidden" relocations. On MachO, these are relocation...
authorOwen Anderson <resistor@mac.com>
Tue, 25 Oct 2011 20:35:53 +0000 (20:35 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 25 Oct 2011 20:35:53 +0000 (20:35 +0000)
commit0685e94895f26f96aa1032696e3150dd00aad1f3
treef6d9ff1ff353c7f88f0b43b0461338e50d19fcc6
parentf62333df5e31843178678a6aad6e0d9bbe16c283
Add support for the notion of "hidden" relocations.  On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves.
I'm not familiar enough with ELF or COFF to know if they should have any relocations marked hidden.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142961 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
lib/Object/MachOObjectFile.cpp
tools/llvm-objdump/llvm-objdump.cpp