LLVM
8.0.1
|
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... | |
RPC functions for executing remote code.