roadrunner  2.6.0
Fast simulator for SBML models
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
rrllvm::LLVMModelDataIRBuilderTesting Class Reference

testing class More...

#include <ModelDataIRBuilder.h>

Public Member Functions

 LLVMModelDataIRBuilderTesting (LLVMModelDataSymbols const &, llvm::IRBuilder<> &)
 
void createAccessors (llvm::Module *module)
 
std::pair< llvm::Function *, llvm::Function * > createFloatingSpeciesAccessors (llvm::Module *module, const std::string id)
 
llvm::CallInst * createDispInt (llvm::Value *intVal)
 
llvm::CallInst * createDispDouble (llvm::Value *doubleVal)
 
llvm::CallInst * createDispChar (llvm::Value *doubleVal)
 

Static Public Member Functions

static llvm::Function * getDispIntDecl (llvm::Module *module)
 
static llvm::Function * getDispDoubleDecl (llvm::Module *module)
 
static llvm::Function * getDispCharDecl (llvm::Module *module)
 

Public Attributes

llvm::IRBuilder & builder
 
LLVMModelDataSymbols const & symbols
 

Detailed Description

testing class


The documentation for this class was generated from the following files: