llvm-hs-pure-5.1.0: Pure Haskell LLVM functionality (no FFI).
LLVM.AST.Linkage
Description
Module to allow importing Linkage distinctly qualified.
Linkage
Synopsis
data Linkage Source #
http://llvm.org/docs/LangRef.html#linkage
Constructors
Instances
Methods
(==) :: Linkage -> Linkage -> Bool #
(/=) :: Linkage -> Linkage -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Linkage -> c Linkage #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Linkage #
toConstr :: Linkage -> Constr #
dataTypeOf :: Linkage -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Linkage) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Linkage) #
gmapT :: (forall b. Data b => b -> b) -> Linkage -> Linkage #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Linkage -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Linkage -> r #
gmapQ :: (forall d. Data d => d -> u) -> Linkage -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Linkage -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Linkage -> m Linkage #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Linkage -> m Linkage #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Linkage -> m Linkage #
readsPrec :: Int -> ReadS Linkage #
readList :: ReadS [Linkage] #
readPrec :: ReadPrec Linkage #
readListPrec :: ReadPrec [Linkage] #
showsPrec :: Int -> Linkage -> ShowS #
show :: Linkage -> String #
showList :: [Linkage] -> ShowS #
Associated Types
type Rep Linkage :: * -> * #
from :: Linkage -> Rep Linkage x #
to :: Rep Linkage x -> Linkage #