LLVM 22.0.0git
llvm::orc::SimpleRemoteEPC::Setup Struct Reference

A setup object containing callbacks to construct a memory manager and memory access object. More...

#include "llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h"

Public Types

using CreateMemoryManagerFn
using CreateMemoryAccessFn

Public Attributes

unique_function< CreateMemoryManagerFnCreateMemoryManager
unique_function< CreateMemoryAccessFnCreateMemoryAccess

Detailed Description

A setup object containing callbacks to construct a memory manager and memory access object.

Both are optional. If not specified, EPCGenericJITLinkMemoryManager and EPCGenericMemoryAccess will be used.

Definition at line 39 of file SimpleRemoteEPC.h.

Member Typedef Documentation

◆ CreateMemoryAccessFn

Initial value:
Tagged union holding either a T or a Error.
Definition Error.h:485
SimpleRemoteEPC(const SimpleRemoteEPC &)=delete

Definition at line 43 of file SimpleRemoteEPC.h.

◆ CreateMemoryManagerFn

Member Data Documentation

◆ CreateMemoryAccess

unique_function<CreateMemoryAccessFn> llvm::orc::SimpleRemoteEPC::Setup::CreateMemoryAccess

Definition at line 47 of file SimpleRemoteEPC.h.

◆ CreateMemoryManager

unique_function<CreateMemoryManagerFn> llvm::orc::SimpleRemoteEPC::Setup::CreateMemoryManager

Definition at line 46 of file SimpleRemoteEPC.h.


The documentation for this struct was generated from the following file: