LLVM 23.0.0git
llvm::orc::ExecutorProcessControl::JITDispatchInfo Struct Reference

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

Detailed Description

Contains the address of the dispatch function and context that the ORC runtime can use to call functions in the JIT.

Definition at line 107 of file ExecutorProcessControl.h.

Member Data Documentation

◆ JITDispatchContext

ExecutorAddr llvm::orc::ExecutorProcessControl::JITDispatchInfo::JITDispatchContext

Definition at line 109 of file ExecutorProcessControl.h.

◆ JITDispatchFunction

ExecutorAddr llvm::orc::ExecutorProcessControl::JITDispatchInfo::JITDispatchFunction

Definition at line 108 of file ExecutorProcessControl.h.


The documentation for this struct was generated from the following file: