LLVM 22.0.0git
XCOFF_ppc64.h
Go to the documentation of this file.
1//===------ XCOFF_ppc64.h - JIT link functions for XCOFF/ppc64 ------*- C++
2//-*-===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//
9//
10// jit-link functions for XCOFF/ppc64.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_EXECUTIONENGINE_JITLINK_XCOFF_PPC64_H
15#define LLVM_EXECUTIONENGINE_JITLINK_XCOFF_PPC64_H
16
18
19namespace llvm::jitlink {
20
21/// Create a LinkGraph from an XCOFF/ppc64 relocatable object.
22///
23/// Note: The graph does not take ownership of the underlying buffer, nor copy
24/// its contents. The caller is responsible for ensuring that the object buffer
25/// outlives the graph.
26///
27Expected<std::unique_ptr<LinkGraph>> createLinkGraphFromXCOFFObject_ppc64(
28 MemoryBufferRef ObjectBuffer, std::shared_ptr<orc::SymbolStringPool> SSP);
29
30/// jit-link the given object buffer, which must be a XCOFF ppc64 object file.
31///
32void link_XCOFF_ppc64(std::unique_ptr<LinkGraph> G,
33 std::unique_ptr<JITLinkContext> Ctx);
34
35} // end namespace llvm::jitlink
36
37#endif // LLVM_EXECUTIONENGINE_JITLINK_XCOFF_PPC64_H
#define G(x, y, z)
Definition MD5.cpp:56