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

A setup object containing a callback to construct a memory manager. More...

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

Public Types

using CreateMemoryManagerFn

Public Attributes

unique_function< CreateMemoryManagerFnCreateMemoryManager

Detailed Description

A setup object containing a callback to construct a memory manager.

If not specified, EPCGenericJITLinkMemoryManager will be used.

Definition at line 34 of file SimpleRemoteEPC.h.

Member Typedef Documentation

◆ CreateMemoryManagerFn

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

Definition at line 35 of file SimpleRemoteEPC.h.

Member Data Documentation

◆ CreateMemoryManager

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

Definition at line 39 of file SimpleRemoteEPC.h.


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