ghc-9.8.2: The GHC API
Safe HaskellNone
LanguageHaskell2010

GHC.Utils.Asm

Description

Various utilities used in generating assembler.

These are used not only by the native code generator, but also by the GHC.Driver.Pipeline

Synopsis

Documentation

sectionType Source #

Arguments

:: IsLine doc 
=> Platform

Target platform

-> String

section type

-> doc

pretty assembler fragment

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