|
LLVM 23.0.0git
|
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< CreateMemoryManagerFn > | CreateMemoryManager |
| unique_function< CreateMemoryAccessFn > | CreateMemoryAccess |
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 37 of file SimpleRemoteEPC.h.
Definition at line 41 of file SimpleRemoteEPC.h.
Definition at line 38 of file SimpleRemoteEPC.h.
| unique_function<CreateMemoryAccessFn> llvm::orc::SimpleRemoteEPC::Setup::CreateMemoryAccess |
Definition at line 45 of file SimpleRemoteEPC.h.
| unique_function<CreateMemoryManagerFn> llvm::orc::SimpleRemoteEPC::Setup::CreateMemoryManager |
Definition at line 44 of file SimpleRemoteEPC.h.