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

Safe HaskellSafe-Inferred

LLVM.General.AST.DataLayout

Description

Synopsis

Documentation

data Endianness

Little Endian is the one true way :-). Sadly, we must support the infidels.

Constructors

LittleEndian 
BigEndian 

data AlignmentInfo

An AlignmentInfo describes how a given type must and would best be aligned

data DataLayout

a description of the various data layout properties which may be used during optimization

defaultDataLayout :: DataLayout

a DataLayout which specifies nothing