LLVM 24.0.0git
llvm::orc::rt::MainCaller Class Reference

Runtime-agnostic interface for running a main-like function (int(int argc, char *argv[])) in the executor. More...

#include "llvm/ExecutionEngine/Orc/RTBridge/Calls.h"

Inheritance diagram for llvm::orc::rt::MainCaller:
[legend]

Detailed Description

Runtime-agnostic interface for running a main-like function (int(int argc, char *argv[])) in the executor.

The function to run is given by its ExecutorAddr, its arguments as an argument vector, and its int64_t result is returned.

Definition at line 85 of file Calls.h.


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