llvm-6502/lib/ExecutionEngine/RuntimeDyld
Jim Grosbach 01e1a97021 MCJIT: Make sure to mask off non-type-field bits.
When comparing to the macho relocation type enum value, make sure we're only
comparing against the bits in the RelType that correspond.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163764 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-13 01:24:35 +00:00
..
CMakeLists.txt
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImage.h
RuntimeDyld.cpp MCJIT: getPointerToFunction() references target address space. 2012-09-05 16:50:40 +00:00
RuntimeDyldELF.cpp [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni! 2012-09-10 19:04:02 +00:00
RuntimeDyldELF.h
RuntimeDyldImpl.h MCJIT: getPointerToFunction() references target address space. 2012-09-05 16:50:40 +00:00
RuntimeDyldMachO.cpp MCJIT: Make sure to mask off non-type-field bits. 2012-09-13 01:24:35 +00:00
RuntimeDyldMachO.h