OSDN Git Service

Move three methods only used by MCJIT to MCJIT.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 10 Dec 2014 20:46:55 +0000 (20:46 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 10 Dec 2014 20:46:55 +0000 (20:46 +0000)
commitc0e334099ca404d254d8a80600795496501862ff
tree582c9f74de105ee389aaf6ed1a621d5aafede2ac
parent446f01b1d5e9840f2748fdcc0c9f70db6d72d640
Move three methods only used by MCJIT to MCJIT.

These methods are only used by MCJIT and are very specific to it. In fact, they
are also fairly specific to the fact that we have a dynamic linker of
relocatable objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223964 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/MachOObjectFile.cpp