ghc-8.2.0.20170404: The GHC API

Safe HaskellNone
LanguageHaskell2010

LlvmCodeGen.Ppr (signature[?])

Description

Pretty print helpers for the LLVM Code generator.

Synopsis

Documentation

pprLlvmHeader :: SDoc Source #

Header code for LLVM modules

pprLlvmCmmDecl :: LlvmCmmDecl -> LlvmM (SDoc, [LlvmVar]) Source #

Pretty print LLVM code

pprLlvmData :: LlvmData -> SDoc Source #

Pretty print LLVM data code

infoSection :: String Source #

The section we are putting info tables and their entry code into, should be unique since we process the assembly pattern matching this.