Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 956c458aa5fe9afc4d2c00cb7b491287 > files > 2931

ghc-7.4.2-4.mga5.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Llvm.PpLlvm</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Llvm-PpLlvm.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">ghc-7.4.2: The GHC API</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Llvm.PpLlvm</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Top level LLVM objects.
</a></li><li><a href="#g:2">Utility functions
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Pretty print LLVM IR Code.
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:ppLlvmModule">ppLlvmModule</a> :: <a href="Llvm-AbsSyn.html#t:LlvmModule">LlvmModule</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmComments">ppLlvmComments</a> :: [<a href="Llvm-Types.html#t:LMString">LMString</a>] -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmComment">ppLlvmComment</a> :: <a href="Llvm-Types.html#t:LMString">LMString</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmGlobals">ppLlvmGlobals</a> :: [<a href="Llvm-Types.html#t:LMGlobal">LMGlobal</a>] -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmGlobal">ppLlvmGlobal</a> :: <a href="Llvm-Types.html#t:LMGlobal">LMGlobal</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmAlias">ppLlvmAlias</a> :: <a href="Llvm-Types.html#t:LlvmAlias">LlvmAlias</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmAliases">ppLlvmAliases</a> :: [<a href="Llvm-Types.html#t:LlvmAlias">LlvmAlias</a>] -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmFunctionDecls">ppLlvmFunctionDecls</a> :: <a href="Llvm-Types.html#t:LlvmFunctionDecls">LlvmFunctionDecls</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmFunctionDecl">ppLlvmFunctionDecl</a> :: <a href="Llvm-Types.html#t:LlvmFunctionDecl">LlvmFunctionDecl</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmFunctions">ppLlvmFunctions</a> :: <a href="Llvm-AbsSyn.html#t:LlvmFunctions">LlvmFunctions</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:ppLlvmFunction">ppLlvmFunction</a> :: <a href="Llvm-AbsSyn.html#t:LlvmFunction">LlvmFunction</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li><li class="src short"><a href="#v:llvmSDoc">llvmSDoc</a> :: <a href="Outputable.html#t:SDoc">SDoc</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></li></ul></div><div id="interface"><h1 id="g:1">Top level LLVM objects.
</h1><div class="top"><p class="src"><a name="v:ppLlvmModule" class="def">ppLlvmModule</a> :: <a href="Llvm-AbsSyn.html#t:LlvmModule">LlvmModule</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a whole LLVM module.
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmComments" class="def">ppLlvmComments</a> :: [<a href="Llvm-Types.html#t:LMString">LMString</a>] -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a multi-line comment, can be inside a function or on its own
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmComment" class="def">ppLlvmComment</a> :: <a href="Llvm-Types.html#t:LMString">LMString</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a comment, can be inside a function or on its own
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmGlobals" class="def">ppLlvmGlobals</a> :: [<a href="Llvm-Types.html#t:LMGlobal">LMGlobal</a>] -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a list of global mutable variable definitions
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmGlobal" class="def">ppLlvmGlobal</a> :: <a href="Llvm-Types.html#t:LMGlobal">LMGlobal</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a global mutable variable definition
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmAlias" class="def">ppLlvmAlias</a> :: <a href="Llvm-Types.html#t:LlvmAlias">LlvmAlias</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out an LLVM type alias.
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmAliases" class="def">ppLlvmAliases</a> :: [<a href="Llvm-Types.html#t:LlvmAlias">LlvmAlias</a>] -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a list of LLVM type aliases.
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmFunctionDecls" class="def">ppLlvmFunctionDecls</a> :: <a href="Llvm-Types.html#t:LlvmFunctionDecls">LlvmFunctionDecls</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a list of function declaration.
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmFunctionDecl" class="def">ppLlvmFunctionDecl</a> :: <a href="Llvm-Types.html#t:LlvmFunctionDecl">LlvmFunctionDecl</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a function declaration.
 Declarations define the function type but don't define the actual body of
 the function.
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmFunctions" class="def">ppLlvmFunctions</a> :: <a href="Llvm-AbsSyn.html#t:LlvmFunctions">LlvmFunctions</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a list of function definitions.
</p></div></div><div class="top"><p class="src"><a name="v:ppLlvmFunction" class="def">ppLlvmFunction</a> :: <a href="Llvm-AbsSyn.html#t:LlvmFunction">LlvmFunction</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Print out a function definition.
</p></div></div><h1 id="g:2">Utility functions
</h1><div class="top"><p class="src"><a name="v:llvmSDoc" class="def">llvmSDoc</a> :: <a href="Outputable.html#t:SDoc">SDoc</a> -&gt; <a href="Pretty.html#t:Doc">Doc</a></p><div class="doc"><p>Convert SDoc to Doc
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.11.0</p></div></body></html>