13#ifndef LLVM_EXECUTIONENGINE_JITLINK_COFF_X86_64_H
14#define LLVM_EXECUTIONENGINE_JITLINK_COFF_X86_64_H
26Expected<std::unique_ptr<LinkGraph>>
31 std::unique_ptr<JITLinkContext> Ctx);
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromCOFFObject_x86_64(MemoryBufferRef ObjectBuffer)
Create a LinkGraph from an COFF/x86-64 relocatable object.
void link_COFF_x86_64(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be a COFF x86-64 object file.
const char * getCOFFX86RelocationKindName(Edge::Kind R)
Return the string name of the given COFF x86-64 edge kind.
This is an optimization pass for GlobalISel generic memory operations.