GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::jit Namespace Reference

Typedefs

typedef std::unique_ptr< llvm::ExecutionEngine > EngineOwner
 
typedef llvm::FunctionPassManager FunctionPassManager
 
typedef std::unique_ptr< llvm::Module > ModuleOwner
 
typedef llvm::PassManager PassManager
 

Typedef Documentation

◆ EngineOwner

typedef std::unique_ptr<llvm::ExecutionEngine> octave::jit::EngineOwner

Definition at line 53 of file pt-jit.h.

◆ FunctionPassManager

typedef llvm::FunctionPassManager octave::jit::FunctionPassManager

Definition at line 49 of file pt-jit.h.

◆ ModuleOwner

typedef std::unique_ptr<llvm::Module> octave::jit::ModuleOwner

Definition at line 52 of file pt-jit.h.

◆ PassManager

typedef llvm::PassManager octave::jit::PassManager

Definition at line 48 of file pt-jit.h.