Context - Helper class for storing global information about a KLEE run.
bool isLittleEndian() const
Expr::Width PointerWidth
The pointer width of the target architecture.
static void initialize(bool IsLittleEndian, Expr::Width PointerWidth)
initialize - Construct the global Context instance.
Expr::Width getPointerWidth() const
Returns width of the pointer in bits.
bool IsLittleEndian
Whether the target architecture is little endian or not.
static const Context & get()
get - Return the global singleton instance of the Context.
Context(bool _IsLittleEndian, Expr::Width _PointerWidth)