Safe Haskell | Safe-Inferred |
---|
- data Endianness
- data AlignmentInfo = AlignmentInfo {}
- data AlignType
- data DataLayout = DataLayout {}
- defaultDataLayout :: DataLayout
Documentation
data Endianness
Little Endian is the one true way :-). Sadly, we must support the infidels.
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
DataLayout | |
|
defaultDataLayout :: DataLayout
a DataLayout
which specifies nothing