llvm-mirror/include/llvm/ExecutionEngine/JITLink
Lang Hames 8bc77257a4 [JITLink] Use correct Addressable constructor.
Calling createAddressable(false) generates an absolute symbol. We want
createAddressable(0, false), which generates an external symbol.
2020-07-30 22:48:57 -07:00
..
EHFrameSupport.h [JITLink] Switch from an atom-based model to a "blocks and symbols" model. 2019-10-04 03:55:26 +00:00
ELF_x86_64.h [jitlink] Adding support for PCRel32GOTLoad in ELF x86 for the jitlinker 2020-07-16 07:15:08 +10:00
ELF.h [JITLink] Initial implementation of ELF / x86-64 support for JITLink. 2020-05-21 21:44:00 -07:00
JITLink.h [JITLink] Use correct Addressable constructor. 2020-07-30 22:48:57 -07:00
JITLinkMemoryManager.h [JITLink] Apply MSVCPError workaround to a1fc26030a42. 2020-07-13 11:55:50 -07:00
MachO_arm64.h [JITLink] Add an initial implementation of JITLink for MachO/AArch64. 2019-10-10 23:37:51 +00:00
MachO_x86_64.h [JITLink] Add a MachO x86-64 GOT and Stub bypass optimization. 2020-02-23 23:38:31 -08:00
MachO.h [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC. 2019-04-22 03:03:09 +00:00