hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
Public Member Functions | |
UCF (const std::string &name, const str::seq &argns, const MonoTypes &argtys, const ExprPtr &exp) | |
Public Attributes | |
const std::string & | name |
const str::seq & | argns |
MonoTypes | argtys |
const ExprPtr & | exp |
llvm::Function * | result |
|
inline |
const str::seq& hobbes::jitcc::UCF::argns |
MonoTypes hobbes::jitcc::UCF::argtys |
const ExprPtr& hobbes::jitcc::UCF::exp |
const std::string& hobbes::jitcc::UCF::name |
llvm::Function* hobbes::jitcc::UCF::result |