|
LLVM
8.0.1
|
Remote compile callback manager. More...
#include "llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h"


Public Member Functions | |
| RemoteCompileCallbackManager (OrcRemoteTargetClient &Client, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) | |
Public Member Functions inherited from llvm::orc::JITCompileCallbackManager | |
| virtual | ~JITCompileCallbackManager ()=default |
| Expected< JITTargetAddress > | getCompileCallback (CompileFunction Compile) |
| Reserve a compile callback. More... | |
| JITTargetAddress | executeCompileCallback (JITTargetAddress TrampolineAddr) |
| Execute the callback for the given trampoline id. More... | |
Additional Inherited Members | |
Public Types inherited from llvm::orc::JITCompileCallbackManager | |
| using | CompileFunction = std::function< JITTargetAddress()> |
Protected Member Functions inherited from llvm::orc::JITCompileCallbackManager | |
| JITCompileCallbackManager (std::unique_ptr< TrampolinePool > TP, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) | |
| Construct a JITCompileCallbackManager. More... | |
| void | setTrampolinePool (std::unique_ptr< TrampolinePool > TP) |
Remote compile callback manager.
Definition at line 491 of file OrcRemoteTargetClient.h.
|
inline |
Definition at line 493 of file OrcRemoteTargetClient.h.
1.8.13