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
2019-05-09 22:03:58 +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 [ORC] Simplify logic for updating edges when should-discard atoms are pruned. 2019-05-09 22:03:58 +00:00
JITLinkGeneric.h [JITLink] Make sure we explicitly deallocate memory on failure. 2019-05-01 02:43:52 +00:00
LLVMBuild.txt [JITLink] Add BinaryFormat to JITLink's dependencies. 2019-04-20 19:48:45 +00:00
MachO_x86_64.cpp [JITLink] Improve/fix some JITLink debugging output. 2019-05-09 22:03:57 +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] Improve/fix some JITLink debugging output. 2019-05-09 22:03:57 +00:00
MachOAtomGraphBuilder.h Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes. 2019-05-07 22:56:40 +00:00