15#ifndef LLVM_EXECUTIONENGINE_JITLINK_ELF_AARCH64_H
16#define LLVM_EXECUTIONENGINE_JITLINK_ELF_AARCH64_H
29 MemoryBufferRef ObjectBuffer, std::shared_ptr<orc::SymbolStringPool> SSP);
34 std::unique_ptr<JITLinkContext> Ctx);
void link_ELF_aarch64(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be a ELF aarch64 relocatable object file.
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromELFObject_aarch64(MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP)
Create a LinkGraph from an ELF/aarch64 relocatable object.
This is an optimization pass for GlobalISel generic memory operations.