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

Runs a main-like function (int(int argc, char *argv[])) in the executor. More...

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

Public Types

using SPSSig

Static Public Attributes

static constexpr SymbolNameSpec Name

Detailed Description

Runs a main-like function (int(int argc, char *argv[])) in the executor.

Takes the function's address and an argument vector.

Definition at line 32 of file CallSPSCI.h.

Member Typedef Documentation

◆ SPSSig

Member Data Documentation

◆ Name

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

Definition at line 33 of file CallSPSCI.h.

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


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