13#ifndef LLVM_EXECUTIONENGINE_JITLINK_COFF_H
14#define LLVM_EXECUTIONENGINE_JITLINK_COFF_H
26Expected<std::unique_ptr<LinkGraph>>
34 std::unique_ptr<JITLinkContext> Ctx);
void link_COFF(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
Link the given graph.
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromCOFFObject(MemoryBufferRef ObjectBuffer)
Create a LinkGraph from an COFF relocatable object.
This is an optimization pass for GlobalISel generic memory operations.