struct ExecutorProcessControl::JITDispatchInfo
Declaration
struct ExecutorProcessControl::JITDispatchInfo { /* full declaration omitted */ };
Description
Contains the address of the dispatch function and context that the ORC runtime can use to call functions in the JIT.
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:174
Member Variables
- public llvm::orc::ExecutorAddr JITDispatchFunction
- public llvm::orc::ExecutorAddr JITDispatchContext