Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
This is the complete list of members for proteus::JITKernelInfo, including all inherited members.
createStaticHash(HashT ModuleHash) | proteus::JITKernelInfo | inline |
getBinaryInfo() const | proteus::JITKernelInfo | inline |
getKernel() const | proteus::JITKernelInfo | inline |
getLambdaCalleeInfo() | proteus::JITKernelInfo | inline |
getModule() const | proteus::JITKernelInfo | inline |
getName() const | proteus::JITKernelInfo | inline |
getRCIndices() const | proteus::JITKernelInfo | inline |
getRCTypes() const | proteus::JITKernelInfo | inline |
getStaticHash() const | proteus::JITKernelInfo | inline |
hasLambdaCalleeInfo() | proteus::JITKernelInfo | inline |
hasModule() const | proteus::JITKernelInfo | inline |
hasStaticHash() const | proteus::JITKernelInfo | inline |
JITKernelInfo(void *Kernel, BinaryInfo &BinInfo, char const *Name, int32_t *RCIndices, int32_t *RCTypes, int32_t NumRCs) | proteus::JITKernelInfo | inline |
JITKernelInfo()=default | proteus::JITKernelInfo | |
setLambdaCalleeInfo(SmallVector< std::pair< std::string, StringRef > > &&LambdaInfo) | proteus::JITKernelInfo | inline |
setModule(std::unique_ptr< llvm::Module > Mod) | proteus::JITKernelInfo | inline |