LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::orc::remote::exec::CallIntVoid Class Reference

Call an 'int32_t()'-type function on the remote, returns the called function's return value. More...

#include "llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h"

Inheritance diagram for llvm::orc::remote::exec::CallIntVoid:
Inheritance graph
[legend]
Collaboration diagram for llvm::orc::remote::exec::CallIntVoid:
Collaboration graph
[legend]

Static Public Member Functions

static const chargetName ()
 

Detailed Description

Call an 'int32_t()'-type function on the remote, returns the called function's return value.

Definition at line 194 of file OrcRemoteTargetRPCAPI.h.

Member Function Documentation

◆ getName()

static const char* llvm::orc::remote::exec::CallIntVoid::getName ( )
inlinestatic

Definition at line 197 of file OrcRemoteTargetRPCAPI.h.


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