13#ifndef LLVM_EXECUTIONENGINE_JITLINK_ELF_PPC64_H
14#define LLVM_EXECUTIONENGINE_JITLINK_ELF_PPC64_H
27Expected<std::unique_ptr<LinkGraph>>
35Expected<std::unique_ptr<LinkGraph>>
42 std::unique_ptr<JITLinkContext> Ctx);
46 std::unique_ptr<JITLinkContext> Ctx);
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromELFObject_ppc64le(MemoryBufferRef ObjectBuffer)
Create a LinkGraph from an ELF/ppc64le relocatable object.
Expected< std::unique_ptr< LinkGraph > > createLinkGraphFromELFObject_ppc64(MemoryBufferRef ObjectBuffer)
Create a LinkGraph from an ELF/ppc64 relocatable object.
void link_ELF_ppc64le(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be a ELF ppc64le object file.
void link_ELF_ppc64(std::unique_ptr< LinkGraph > G, std::unique_ptr< JITLinkContext > Ctx)
jit-link the given object buffer, which must be a ELF ppc64le object file.