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