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