LLVM 24.0.0git
llvm::orc::rt::sps_ci::CallInt32Int32 Struct Reference

Runs an int32_t(int32_t) function in the executor, given its address. More...

#include "llvm/ExecutionEngine/Orc/Shared/SPSCI/CallSPSCI.h"

Public Types

using SPSSig = int32_t(shared::SPSExecutorAddr, int32_t)

Static Public Attributes

static constexpr SymbolNameSpec Name

Detailed Description

Runs an int32_t(int32_t) function in the executor, given its address.

WARNING: This operation is experimental and may be removed.

Definition at line 57 of file CallSPSCI.h.

Member Typedef Documentation

◆ SPSSig

Definition at line 60 of file CallSPSCI.h.

Member Data Documentation

◆ Name

SymbolNameSpec llvm::orc::rt::sps_ci::CallInt32Int32::Name
staticconstexpr
Initial value:
=
SymbolNameSpec::verbatim("orc_rt_ci_sps_call_int32_int32")
static constexpr SymbolNameSpec verbatim(StringRef Name)

Definition at line 58 of file CallSPSCI.h.

Referenced by llvm::orc::rt_bootstrap::addRunAsFunctionWrappersTo().


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