13#ifndef LLVM_EXECUTIONENGINE_JITLINK_ELF_AARCH32
14#define LLVM_EXECUTIONENGINE_JITLINK_ELF_AARCH32
27Expected<std::unique_ptr<LinkGraph>>
33 std::unique_ptr<JITLinkContext> Ctx);
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromELFObject_aarch32(MemoryBufferRef ObjectBuffer)
Create a LinkGraph from an ELF/arm relocatable object.
void link_ELF_aarch32(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be an ELF arm/thumb object file.
This is an optimization pass for GlobalISel generic memory operations.