llvm/lib/Object
Rafael Espindola 776f86420e Make getRelocationSection MachO only.
There are 3 types of relocations on MachO
* Scattered
* Section based
* Symbol based

On ELF and COFF relocations are symbol based.

We were in the strange situation that we abstracted over two of them. This makes
section based relocations MachO only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240149 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-19 17:54:28 +00:00
..
Archive.cpp
ArchiveWriter.cpp
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Make getRelocationSection MachO only. 2015-06-19 17:54:28 +00:00
COFFYAML.cpp
ELF.cpp
ELFObjectFile.cpp
ELFYAML.cpp
Error.cpp
IRObjectFile.cpp
LLVMBuild.txt
MachOObjectFile.cpp
MachOUniversal.cpp
Makefile
Object.cpp
ObjectFile.cpp
RecordStreamer.cpp
RecordStreamer.h
SymbolicFile.cpp