llvm-base-3.2.0.2: FFI bindings to the LLVM compiler toolkit.

Safe HaskellNone

LLVM.Wrapper.Core

Contents

Synopsis

Documentation

Modules

data Module Source

Instances

Types

Function types

Struct types

Misc

Values

Scalar constants

Globals

Pass Manager

Functions

Metadata

Basic blocks

Instruction building

Control

Arithmetic

Memory

Casts

Misc

data CUInt

Haskell type representing the C unsigned int type.

data CULLong

Haskell type representing the C unsigned long long type.

data CSize

Haskell type representing the C size_t type.

Debug