llvm-general-3.3.6.0: General purpose LLVM bindings

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 AlignType

A type of type for which AlignmentInfo may be specified

data DataLayout

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

defaultDataLayout :: DataLayout

a DataLayout which specifies nothing