| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
LLVM.Triple
Description
A Triple represents a target triple, which is a target host description.
| Target triples consistent of a few components: architecture, vendor,
| operating system, and environment.
| https://llvm.org/docs/LangRef.html#target-triple
Documentation
Constructors
| Triple | |
Fields
| |
data Architecture Source #
Constructors
Instances
| Show Architecture Source # | |
Defined in LLVM.Triple Methods showsPrec :: Int -> Architecture -> ShowS # show :: Architecture -> String # showList :: [Architecture] -> ShowS # | |
| Eq Architecture Source # | |
Defined in LLVM.Triple | |
| Ord Architecture Source # | |
Defined in LLVM.Triple Methods compare :: Architecture -> Architecture -> Ordering # (<) :: Architecture -> Architecture -> Bool # (<=) :: Architecture -> Architecture -> Bool # (>) :: Architecture -> Architecture -> Bool # (>=) :: Architecture -> Architecture -> Bool # max :: Architecture -> Architecture -> Architecture # min :: Architecture -> Architecture -> Architecture # | |
Constructors
| UnknownVendor | |
| Apple | |
| PC | |
| SCEI | |
| Freescale | |
| IBM | |
| ImaginationTechnologies | |
| MipsTechnologies | |
| NVIDIA | |
| CSR | |
| Myriad | |
| AMD | |
| Mesa | |
| SUSE | |
| OpenEmbedded |
Constructors