llvm-6502/lib/ExecutionEngine/RuntimeDyld
Lang Hames f0ad482410 [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
field of RelocationValueRef, rather than the 'Addend' field.

This is consistent with RuntimeDyldELF's use of RelocationValueRef, and more
consistent with the semantics of the data being stored (the offset from the
start of a section or symbol).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217328 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-07 04:03:32 +00:00
..
Targets [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset' 2014-09-07 04:03:32 +00:00
CMakeLists.txt [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld. 2014-06-27 20:20:57 +00:00
GDBRegistrar.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
JITRegistrar.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
ObjectImageCommon.h unique_ptrify a bunch of stuff through RuntimeDyld::loadObject 2014-09-03 19:48:09 +00:00
RuntimeDyld.cpp [MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnaligned methods. 2014-09-07 02:05:26 +00:00
RuntimeDyldChecker.cpp [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset' 2014-09-07 04:03:32 +00:00
RuntimeDyldCheckerImpl.h [MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for 2014-09-04 04:19:54 +00:00
RuntimeDyldELF.cpp [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset' 2014-09-07 04:03:32 +00:00
RuntimeDyldELF.h unique_ptrify a bunch of stuff through RuntimeDyld::loadObject 2014-09-03 19:48:09 +00:00
RuntimeDyldImpl.h [MCJIT] Const-ify the symbol lookup operations on RuntimeDyld. 2014-09-05 18:00:16 +00:00
RuntimeDyldMachO.cpp [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset' 2014-09-07 04:03:32 +00:00
RuntimeDyldMachO.h [MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's. 2014-09-04 04:53:03 +00:00