Rllvm (version 0.7-0)

getGlobalContext: Retrieve the default LLVM context

Description

An LLVM context is used to manage data within the LLVM engine. One typically has a single context in a given thread when generating code. This is not typically an issue in R.

Usage

getGlobalContext()

Arguments

Value

An object of class Context-class.

References

http://llvm.org/docs/doxygen/html/classllvm_1_1LLVMContext.html