ghc-9.0.2: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.CmmToAsm.Ppr

Synopsis

Documentation

pprString :: ByteString -> SDoc Source #

Emit a ".string" directive

pprFileEmbed :: FilePath -> SDoc Source #

Emit a ".incbin" directive

A NULL byte is added after the binary data.