llvm-hs-pure-9.0.0: Pure Haskell LLVM functionality (no FFI).
Safe HaskellSafe
LanguageHaskell2010

LLVM.AST.ParameterAttribute

Description

Module to allow importing ParameterAttribute distinctly qualified.

Synopsis

Documentation

data ParameterAttribute Source #

Instances

Instances details
Eq ParameterAttribute Source # 
Instance details

Defined in LLVM.AST.ParameterAttribute

Data ParameterAttribute Source # 
Instance details

Defined in LLVM.AST.ParameterAttribute

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ParameterAttribute -> c ParameterAttribute #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ParameterAttribute #

toConstr :: ParameterAttribute -> Constr #

dataTypeOf :: ParameterAttribute -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ParameterAttribute) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ParameterAttribute) #

gmapT :: (forall b. Data b => b -> b) -> ParameterAttribute -> ParameterAttribute #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ParameterAttribute -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ParameterAttribute -> r #

gmapQ :: (forall d. Data d => d -> u) -> ParameterAttribute -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ParameterAttribute -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ParameterAttribute -> m ParameterAttribute #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ParameterAttribute -> m ParameterAttribute #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ParameterAttribute -> m ParameterAttribute #

Ord ParameterAttribute Source # 
Instance details

Defined in LLVM.AST.ParameterAttribute

Read ParameterAttribute Source # 
Instance details

Defined in LLVM.AST.ParameterAttribute

Show ParameterAttribute Source # 
Instance details

Defined in LLVM.AST.ParameterAttribute

Generic ParameterAttribute Source # 
Instance details

Defined in LLVM.AST.ParameterAttribute

Associated Types

type Rep ParameterAttribute :: Type -> Type #

type Rep ParameterAttribute Source # 
Instance details

Defined in LLVM.AST.ParameterAttribute

type Rep ParameterAttribute = D1 ('MetaData "ParameterAttribute" "LLVM.AST.ParameterAttribute" "llvm-hs-pure-9.0.0-inplace" 'False) ((((C1 ('MetaCons "ZeroExt" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "SignExt" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "InReg" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "SRet" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Alignment" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64))))) :+: ((C1 ('MetaCons "NoAlias" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ByVal" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "NoCapture" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Nest" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ReadNone" 'PrefixI 'False) (U1 :: Type -> Type))))) :+: (((C1 ('MetaCons "ReadOnly" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "WriteOnly" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "ImmArg" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "InAlloca" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "NonNull" 'PrefixI 'False) (U1 :: Type -> Type)))) :+: ((C1 ('MetaCons "Dereferenceable" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64)) :+: (C1 ('MetaCons "DereferenceableOrNull" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64)) :+: C1 ('MetaCons "Returned" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (C1 ('MetaCons "SwiftSelf" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "SwiftError" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "StringAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "stringAttributeKind") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ShortByteString) :*: S1 ('MetaSel ('Just "stringAttributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ShortByteString)))))))