| |||||||||||||
| |||||||||||||
| Synopsis | |||||||||||||
| |||||||||||||
| Documentation | |||||||||||||
| data ParamLocation a | |||||||||||||
| |||||||||||||
| type ArgumentFormat a b = [(a, ParamLocation b)] | |||||||||||||
| assignArguments :: (a -> CmmType) -> [a] -> ArgumentFormat a WordOff | |||||||||||||
| assignArgumentsPos :: Outputable a => Convention -> (a -> CmmType) -> [a] -> ArgumentFormat a ByteOff | |||||||||||||
| JD: For the new stack story, I want arguments passed on the stack to manifest as positive offsets in a CallArea, not negative offsets from the stack pointer. Also, I want byte offsets, not word offsets. | |||||||||||||
| argumentsSize :: (a -> CmmType) -> [a] -> WordOff | |||||||||||||
| Produced by Haddock version 2.6.0 |