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

Runs a void() function in the executor, given its address. More...

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

Public Types

using SPSSig = void(shared::SPSExecutorAddr)

Static Public Attributes

static constexpr SymbolNameSpec Name

Detailed Description

Runs a void() function in the executor, given its address.

WARNING: This operation is experimental and may be removed.

Definition at line 41 of file CallSPSCI.h.

Member Typedef Documentation

◆ SPSSig

Member Data Documentation

◆ Name

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

Definition at line 42 of file CallSPSCI.h.


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