ΒΆvoid link_MachO_arm64(
std::unique_ptr<LinkGraph> G,
std::unique_ptr<JITLinkContext> Ctx)
void link_MachO_arm64(
std::unique_ptr<LinkGraph> G,
std::unique_ptr<JITLinkContext> Ctx)
Description
jit-link the given object buffer, which must be a MachO arm64 object file. If PrePrunePasses is empty then a default mark-live pass will be inserted that will mark all exported atoms live. If PrePrunePasses is not empty, the caller is responsible for including a pass to mark atoms as live. If PostPrunePasses is empty then a default GOT-and-stubs insertion pass will be inserted. If PostPrunePasses is not empty then the caller is responsible for including a pass to insert GOT and stub edges.
Declared at: llvm/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h:38
Parameters
- std::unique_ptr<LinkGraph> G
- std::unique_ptr<JITLinkContext> Ctx