1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/ExecutionEngine/JITLink
Lang Hames 42492d3889 [JITLink][MachO] Re-apply b64afadf306, MachO linker-private support, with fixes.
Global symbols with linker-private prefixes should be resolvable across object
boundaries, but internal symbols with linker-private prefixes should not.
2020-03-14 18:36:15 -07:00
..
BasicGOTAndStubsBuilder.h [JITLink] Add a MachO x86-64 GOT and Stub bypass optimization. 2020-02-23 23:38:31 -08:00
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
EHFrameSupport.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
EHFrameSupportImpl.h [JITLink] Refactor EH-frame handling to support eh-frames with existing relocs. 2019-11-06 14:30:26 -08:00
JITLink.cpp [ORC][JITLink] Add support for weak references, and improve handling of static 2019-11-28 13:30:49 -08:00
JITLinkGeneric.cpp [JITLink] Add a MachO x86-64 GOT and Stub bypass optimization. 2020-02-23 23:38:31 -08:00
JITLinkGeneric.h [JITLink] Add a MachO x86-64 GOT and Stub bypass optimization. 2020-02-23 23:38:31 -08:00
JITLinkMemoryManager.cpp [JITLink] Fix a pointer-to-integer cast in jitlink::InProcessMemoryManager. 2020-03-03 13:53:00 -08:00
LLVMBuild.txt
MachO_arm64.cpp [JITLink][MachO] Re-apply b64afadf306, MachO linker-private support, with fixes. 2020-03-14 18:36:15 -07:00
MachO_x86_64.cpp Give helpers internal linkage. NFC. 2020-03-10 18:27:42 +01:00
MachO.cpp [JITLink] Add an initial implementation of JITLink for MachO/AArch64. 2019-10-10 23:37:51 +00:00
MachOLinkGraphBuilder.cpp [JITLink][MachO] Re-apply b64afadf306, MachO linker-private support, with fixes. 2020-03-14 18:36:15 -07:00
MachOLinkGraphBuilder.h Drop a StringMap.h include, NFC 2020-03-11 15:45:34 -07:00