llvm-hs-5.1.0: General purpose LLVM bindings
LLVM.CodeGenOpt
Description
Code generation options, used in specifying TargetMachine
Synopsis
data Level Source #
http://llvm.org/doxygen/namespacellvm_1_1CodeGenOpt.html
Constructors
Instances
Methods
(==) :: Level -> Level -> Bool #
(/=) :: Level -> Level -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Level -> c Level #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Level #
toConstr :: Level -> Constr #
dataTypeOf :: Level -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Level) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Level) #
gmapT :: (forall b. Data b => b -> b) -> Level -> Level #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Level -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Level -> r #
gmapQ :: (forall d. Data d => d -> u) -> Level -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Level -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Level -> m Level #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Level -> m Level #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Level -> m Level #
compare :: Level -> Level -> Ordering #
(<) :: Level -> Level -> Bool #
(<=) :: Level -> Level -> Bool #
(>) :: Level -> Level -> Bool #
(>=) :: Level -> Level -> Bool #
max :: Level -> Level -> Level #
min :: Level -> Level -> Level #
readsPrec :: Int -> ReadS Level #
readList :: ReadS [Level] #
readPrec :: ReadPrec Level #
readListPrec :: ReadPrec [Level] #
showsPrec :: Int -> Level -> ShowS #
show :: Level -> String #
showList :: [Level] -> ShowS #
Associated Types
type Rep Level :: * -> * #
from :: Level -> Rep Level x #
to :: Rep Level x -> Level #