Safe Haskell | Safe |
---|---|
Language | Haskell98 |
- data Endianness
- data AlignmentInfo = AlignmentInfo {}
- data AlignType
- data Mangling
- data DataLayout = DataLayout {}
- defaultDataLayout :: Endianness -> DataLayout
Documentation
data Endianness Source
Little Endian is the one true way :-). Sadly, we must support the infidels.
data AlignmentInfo Source
An AlignmentInfo describes how a given type must and would best be aligned
A type of type for which AlignmentInfo
may be specified
A style of name mangling
data DataLayout Source
a description of the various data layout properties which may be used during optimization
defaultDataLayout :: Endianness -> DataLayout Source
a default DataLayout