mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
49d6de165d
Adds utilities for creating anonymous pointers and jump stubs to x86_64.h. These are used by the GOT and Stubs builder, but may also be used by pass writers who want to create pointer stubs for indirection. This patch also switches the underlying type for LinkGraph content from StringRef to ArrayRef<char>. This avoids any confusion when working with buffers that contain null bytes in the middle like, for example, a newly added null pointer content array. ;) |
||
---|---|---|
.. | ||
EHFrameSupport.h | ||
ELF_x86_64.h | ||
ELF.h | ||
JITLink.h | ||
JITLinkDylib.h | ||
JITLinkMemoryManager.h | ||
MachO_arm64.h | ||
MachO_x86_64.h | ||
MachO.h | ||
x86_64.h |