LLVM 20.0.0git
|
Contains the address of the dispatch function and context that the ORC runtime can use to call functions in the JIT. More...
#include "llvm/ExecutionEngine/Orc/ExecutorProcessControl.h"
Public Attributes | |
ExecutorAddr | JITDispatchFunction |
ExecutorAddr | JITDispatchContext |
Contains the address of the dispatch function and context that the ORC runtime can use to call functions in the JIT.
Definition at line 185 of file ExecutorProcessControl.h.
ExecutorAddr llvm::orc::ExecutorProcessControl::JITDispatchInfo::JITDispatchContext |
Definition at line 187 of file ExecutorProcessControl.h.
ExecutorAddr llvm::orc::ExecutorProcessControl::JITDispatchInfo::JITDispatchFunction |
Definition at line 186 of file ExecutorProcessControl.h.