15#ifndef LLVM_EXECUTIONENGINE_JITLINK_ELF_AARCH64_H
16#define LLVM_EXECUTIONENGINE_JITLINK_ELF_AARCH64_H
28Expected<std::unique_ptr<LinkGraph>>
34 std::unique_ptr<JITLinkContext> Ctx);
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromELFObject_aarch64(MemoryBufferRef ObjectBuffer)
Create a LinkGraph from an ELF/aarch64 relocatable object.
void link_ELF_aarch64(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be a ELF aarch64 relocatable object file.
This is an optimization pass for GlobalISel generic memory operations.