ghc-lib-0.1.0: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

CmmCallConv

Documentation

data ParamLocation Source #

Constructors

Instances
Instance details

Defined in CmmCallConv

assignArgumentsPos :: DynFlags -> ByteOff -> Convention -> (a -> CmmType) -> [a] -> (ByteOff, [(a, ParamLocation)]) Source #

Given a list of arguments, and a function that tells their types, return a list showing where each argument is passed

assignStack :: DynFlags -> ByteOff -> (a -> CmmType) -> [a] -> (ByteOff, [(a, ParamLocation)]) Source #

realArgRegsCover :: DynFlags -> [GlobalReg] Source #

AltStyle によって変換されたページ (->オリジナル) /