15#ifndef LLVM_EXECUTIONENGINE_ORC_CALLPROXIESSPS_H
16#define LLVM_EXECUTIONENGINE_ORC_CALLPROXIESSPS_H
ProxySpec< CallInt32Int32Proxy, rt::sps_ci::CallInt32Int32 > CallInt32Int32ProxySpec
SPS proxy for CallInt32Int32Proxy: runs an int32_t(int32_t) function in the executor.
ProxySpec< CallMainProxy, rt::sps_ci::CallMain > CallMainProxySpec
SPS proxy for CallMainProxy: runs a main-like function (int(int argc, char *argv[])) in the executor.
ProxySpec< CallInt32VoidProxy, rt::sps_ci::CallInt32Void > CallInt32VoidProxySpec
SPS proxy for CallInt32VoidProxy: runs an int32_t() function in the executor.
ProxySpec< CallVoidVoidProxy, rt::sps_ci::CallVoidVoid > CallVoidVoidProxySpec
SPS proxy for CallVoidVoidProxy: runs a void() function in the executor.