llvm-hs-6.3.0: General purpose LLVM bindings

Safe HaskellSafe
LanguageHaskell2010

LLVM.Internal.FFI.GlobalAlias

Description

FFI functions for handling the LLVM GlobalAlias class

Synopsis

Documentation

getAliasee :: Ptr GlobalAlias -> IO (Ptr Constant) Source #

get the constant aliased by this alias

setAliasee :: Ptr GlobalAlias -> Ptr Constant -> IO () Source #

set the constant aliased by this alias