llvm-hs-9.0.1: General purpose LLVM bindings
Safe HaskellSafe
LanguageHaskell2010

LLVM.Relocation

Description

Relocations, used in specifying TargetMachine

Synopsis

Documentation

data Model Source #

Constructors

Default 
Static 
PIC 
DynamicNoPIC 

Instances

Instances details
Eq Model Source # 
Instance details

Defined in LLVM.Relocation

Methods

(==) :: Model -> Model -> Bool #

(/=) :: Model -> Model -> Bool #

Data Model Source # 
Instance details

Defined in LLVM.Relocation

Methods

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

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

toConstr :: Model -> Constr #

dataTypeOf :: Model -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Model Source # 
Instance details

Defined in LLVM.Relocation

Show Model Source # 
Instance details

Defined in LLVM.Relocation

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

Generic Model Source # 
Instance details

Defined in LLVM.Relocation

Associated Types

type Rep Model :: Type -> Type #

Methods

from :: Model -> Rep Model x #

to :: Rep Model x -> Model #

Monad m => DecodeM m Model RelocModel Source # 
Instance details

Defined in LLVM.Internal.Target

Monad m => EncodeM m Model RelocModel Source # 
Instance details

Defined in LLVM.Internal.Target

type Rep Model Source # 
Instance details

Defined in LLVM.Relocation

type Rep Model = D1 ('MetaData "Model" "LLVM.Relocation" "llvm-hs-9.0.1-inplace" 'False) ((C1 ('MetaCons "Default" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Static" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "PIC" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "DynamicNoPIC" 'PrefixI 'False) (U1 :: Type -> Type)))