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 char Name [] = "orc_rt_ci_sps_call_main"

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 31 of file CallSPSCI.h.

Member Typedef Documentation

◆ SPSSig

Member Data Documentation

◆ Name

char llvm::orc::rt::sps_ci::CallMain::Name[] = "orc_rt_ci_sps_call_main"
staticconstexpr

Definition at line 32 of file CallSPSCI.h.

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


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