LLVM 19.0.0git
Public Attributes | List of all members
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 185 of file ExecutorProcessControl.h.

Member Data Documentation

◆ JITDispatchContext

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

Definition at line 187 of file ExecutorProcessControl.h.

◆ JITDispatchFunction

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

Definition at line 186 of file ExecutorProcessControl.h.


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