struct SimpleRemoteEPC::Setup
Declaration
struct SimpleRemoteEPC::Setup { /* full declaration omitted */ };
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.
Declared at: llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h:37
Member Variables
- public unique_function<llvm::orc::SimpleRemoteEPC:: Setup::CreateMemoryManagerFn> CreateMemoryManager
- public unique_function<llvm::orc::SimpleRemoteEPC:: Setup::CreateMemoryAccessFn> CreateMemoryAccess