1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/ExecutionEngine/JITLink
Lang Hames 3d30a3c885 [JITLink][MachO] Use getSymbol64TableEntry for 64-bit MachO files.
Fixes a think-o. No test case: The nlist and nlist64 data structures happen to
line up for this field, so there's no way to construct a failing test case.

llvm-svn: 360830
2019-05-16 00:21:07 +00:00
..
BasicGOTAndStubsBuilder.h [JITLink] Factor basic common GOT and stub creation code into its own class. 2019-04-21 03:14:42 +00:00
CMakeLists.txt [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC. 2019-04-22 03:03:09 +00:00
EHFrameSupport.cpp [JITLink] Add two useful Section operations: find by name, get address range. 2019-05-04 00:23:09 +00:00
EHFrameSupportImpl.h [JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame. 2019-04-24 15:15:55 +00:00
JITLink.cpp [Support] Add error handling to sys::Process::getPageSize(). 2019-05-08 02:11:07 +00:00
JITLinkGeneric.cpp [JITLink] Track section alignment and make sure it is respected during layout. 2019-05-13 04:51:31 +00:00
JITLinkGeneric.h [JITLink] Track section alignment and make sure it is respected during layout. 2019-05-13 04:51:31 +00:00
LLVMBuild.txt [JITLink] Add BinaryFormat to JITLink's dependencies. 2019-04-20 19:48:45 +00:00
MachO_x86_64.cpp [JITLink] Track section alignment and make sure it is respected during layout. 2019-05-13 04:51:31 +00:00
MachO.cpp [ORC][JITLink] Name in-memory compiled objects after their source modules. 2019-04-30 21:27:56 +00:00
MachOAtomGraphBuilder.cpp [JITLink][MachO] Use getSymbol64TableEntry for 64-bit MachO files. 2019-05-16 00:21:07 +00:00
MachOAtomGraphBuilder.h [JITLink] Add a test for zero-filled content. 2019-05-12 22:26:33 +00:00