llvm-general-3.3.6.0: General purpose LLVM bindings

Safe HaskellSafe-Inferred

LLVM.General.AST.Global

Description

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

Synopsis

Documentation

data BasicBlock

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.

globalAliasDefaults :: Global

helper for making GlobalAliass

functionDefaults :: Global

helper for making Functions