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

Safe HaskellNone
LanguageHaskell2010

AsmUtils

Description

Various utilities used in generating assembler.

These are used not only by the native code generator, but also by the DriverPipeline.

Synopsis

Documentation

sectionType Source #

Arguments

:: String

section type

-> SDoc

pretty assembler fragment

Generate a section type (e.g. @progbits). See #13937.