|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <LLVMIRFunction.h>


Public Member Functions | |
| LLVMIRFunction (llvm::Function *F) | |
Public Member Functions inherited from proteus::IRFunction | |
| virtual | ~IRFunction ()=default |
Public Attributes | |
| llvm::Function * | F |
LLVM-backend implementation of IRFunction. Carries the raw llvm::Function pointer.
|
inlineexplicit |
| llvm::Function* proteus::LLVMIRFunction::F |