13#ifndef LLVM_EXECUTIONENGINE_JITLINK_ELF_X86_64_H
14#define LLVM_EXECUTIONENGINE_JITLINK_ELF_X86_64_H
26Expected<std::unique_ptr<LinkGraph>>
31 std::unique_ptr<JITLinkContext> Ctx);
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromELFObject_x86_64(MemoryBufferRef ObjectBuffer)
Create a LinkGraph from an ELF/x86-64 relocatable object.
void link_ELF_x86_64(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be a ELF x86-64 object file.
This is an optimization pass for GlobalISel generic memory operations.