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

Calls a 'void()'-type function on the remote, returns when the called function completes. More...

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

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

Static Public Member Functions

static const chargetName ()
 

Detailed Description

Calls a 'void()'-type function on the remote, returns when the called function completes.

Definition at line 211 of file OrcRemoteTargetRPCAPI.h.

Member Function Documentation

◆ getName()

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

Definition at line 214 of file OrcRemoteTargetRPCAPI.h.


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