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, StringRef Code, const std::vector< std::string > &ExtraArgs={}) | proteus::CppJitModule | explicit |
CppJitModule(StringRef Target, StringRef Code, const std::vector< std::string > &ExtraArgs={}) | proteus::CppJitModule | explicit |
getFunction(StringRef Name) | proteus::CppJitModule | inline |
getKernel(StringRef Name) | proteus::CppJitModule | inline |
getLibrary() | proteus::CppJitModule | inline |
instantiate(StringRef FuncName, ArgT... Args) | proteus::CppJitModule | inline |