GHC.StgToCmm.Lit
cgLit :: Literal -> FCode CmmExpr Source #
mkSimpleLit :: Platform -> Literal -> CmmLit Source #
newStringCLit :: String -> FCode CmmLit Source #
Make a global definition for the string, and return its label
newByteStringCLit :: ByteString -> FCode CmmLit Source #