|
LLVM 23.0.0git
|
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< CreateMemoryManagerFn > | CreateMemoryManager |
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.
Definition at line 35 of file SimpleRemoteEPC.h.
| unique_function<CreateMemoryManagerFn> llvm::orc::SimpleRemoteEPC::Setup::CreateMemoryManager |
Definition at line 39 of file SimpleRemoteEPC.h.