|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
This is the complete list of members for proteus::CppJitModule, including all inherited members.
| compile() | proteus::CppJitModule | |
| compileCppToDynamicLibrary() | proteus::CppJitModule | protected |
| compileCppToIR() | proteus::CppJitModule | protected |
| CppJitModule(TargetModelType TargetModel, const std::string &Code, const std::vector< std::string > &ExtraArgs={}) | proteus::CppJitModule | explicit |
| CppJitModule(const std::string &Target, const std::string &Code, const std::vector< std::string > &ExtraArgs={}) | proteus::CppJitModule | explicit |
| getFunction(const std::string &Name) | proteus::CppJitModule | inline |
| getKernel(const std::string &Name) | proteus::CppJitModule | inline |
| getLibrary() | proteus::CppJitModule | inline |
| instantiate(const std::string &FuncName, ArgT... Args) | proteus::CppJitModule | inline |
| ~CppJitModule() | proteus::CppJitModule |