13#ifndef LLVM_EXECUTIONENGINE_JITLINK_ELF_HEXAGON_H
14#define LLVM_EXECUTIONENGINE_JITLINK_ELF_HEXAGON_H
26LLVM_ABI Expected<std::unique_ptr<LinkGraph>>
28 MemoryBufferRef ObjectBuffer, std::shared_ptr<orc::SymbolStringPool> SSP);
33 std::unique_ptr<JITLinkContext> Ctx);
LLVM_ABI Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromELFObject_hexagon(MemoryBufferRef ObjectBuffer, std::shared_ptr< orc::SymbolStringPool > SSP)
Create a LinkGraph from an ELF/Hexagon relocatable object.
LLVM_ABI void link_ELF_hexagon(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be a ELF Hexagon relocatable object file.
This is an optimization pass for GlobalISel generic memory operations.