llvm-general-pure-3.5.1.0: Pure Haskell LLVM functionality (no FFI).

Safe HaskellSafe
LanguageHaskell98

LLVM.General.AST.Global

Description

Globals - top-level values in Modules - and supporting structures.

Synopsis

Documentation

data BasicBlock Source

http://llvm.org/doxygen/classllvm_1_1BasicBlock.html LLVM code in a function is a sequence of BasicBlocks each with a label, some instructions, and a terminator.

functionDefaults :: Global Source

helper for making Functions