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

Safe HaskellSafe-Inferred
LanguageHaskell98

LLVM.General.AST.DataLayout

Description

Synopsis

Documentation

data Endianness Source

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

Constructors

LittleEndian 
BigEndian 

data AlignmentInfo Source

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

defaultDataLayout :: DataLayout Source

a DataLayout which specifies nothing