Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Pretty print helpers for the LLVM Code generator.
Synopsis
- pprLlvmCmmDecl :: LlvmCmmDecl -> LlvmM (SDoc, [LlvmVar])
- pprLlvmData :: LlvmOpts -> LlvmData -> SDoc
- infoSection :: String
Documentation
pprLlvmCmmDecl :: LlvmCmmDecl -> LlvmM (SDoc, [LlvmVar]) Source #
Pretty print LLVM 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.