LLVM  8.0.1
Classes
llvm::orc::remote::exec Namespace Reference

RPC functions for executing remote code. More...

Classes

class  CallIntVoid
 Call an 'int32_t()'-type function on the remote, returns the called function's return value. More...
 
class  CallMain
 Call an 'int32_t(int32_t, char**)'-type function on the remote, returns the called function's return value. More...
 
class  CallVoidVoid
 Calls a 'void()'-type function on the remote, returns when the called function completes. More...
 

Detailed Description

RPC functions for executing remote code.