|
LLVM 24.0.0git
|
#include "llvm/ExecutionEngine/Orc/CallProxies.h"#include "llvm/ExecutionEngine/Orc/SPSProxySpec.h"#include "llvm/ExecutionEngine/Orc/Shared/SPSCI/CallSPSCI.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::orc |
| namespace | llvm::orc::sps |
Typedefs | |
| using | llvm::orc::sps::CallMainProxySpec = ProxySpec<CallMainProxy, rt::sps_ci::CallMain> |
| SPS proxy for CallMainProxy: runs a main-like function (int(int argc, char *argv[])) in the executor. | |
| using | llvm::orc::sps::CallVoidVoidProxySpec |
| SPS proxy for CallVoidVoidProxy: runs a void() function in the executor. | |
| using | llvm::orc::sps::CallInt32VoidProxySpec |
| SPS proxy for CallInt32VoidProxy: runs an int32_t() function in the executor. | |
| using | llvm::orc::sps::CallInt32Int32ProxySpec |
| SPS proxy for CallInt32Int32Proxy: runs an int32_t(int32_t) function in the executor. | |