hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
Go to the source code of this file.
Namespaces | |
hobbes | |
Functions | |
llvm::Value * | hobbes::toLLVM (jitcc *, const ExprPtr &exp) |
llvm::Value * | hobbes::toLLVM (jitcc *e, const std::string &vname, const ExprPtr &exp) |
llvm::ConstantInt * | hobbes::toLLVMConstantInt (const PrimitivePtr &) |
llvm::Constant * | hobbes::toLLVMConstant (jitcc *, const std::string &, const ExprPtr &) |