Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 6e204a966e8c42d976f99a1700ce5f20 > files > 3392

ghc-7.4.2-4.mga5.i586.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.Types</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();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">Llvm.Types</p></div><div id="interface"><h1>LLVM Basic Types and Variables
</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LMGlobal" target="main">LMGlobal</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LMString" target="main">LMString</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LlvmAlias" target="main">LlvmAlias</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmType" target="main">LlvmType</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LMSection" target="main">LMSection</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LMAlign" target="main">LMAlign</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LMConst" target="main">LMConst</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmVar" target="main">LlvmVar</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmLit" target="main">LlvmLit</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmStatic" target="main">LlvmStatic</a> </p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:commaCat" target="main">commaCat</a></p></div><h2>Operations on LLVM Basic Types and Variables
</h2><div class="top"><p class="src"><a href="Llvm-Types.html#v:getName" target="main">getName</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getPlainName" target="main">getPlainName</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getLit" target="main">getLit</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getVarType" target="main">getVarType</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getLitType" target="main">getLitType</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getStatType" target="main">getStatType</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getGlobalType" target="main">getGlobalType</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getGlobalVar" target="main">getGlobalVar</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:getLink" target="main">getLink</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:pLift" target="main">pLift</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:pVarLift" target="main">pVarLift</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:pLower" target="main">pLower</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:pVarLower" target="main">pVarLower</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:isInt" target="main">isInt</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:isFloat" target="main">isFloat</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:isPointer" target="main">isPointer</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:isGlobal" target="main">isGlobal</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:llvmWidthInBits" target="main">llvmWidthInBits</a></p></div><h2>Shortcut for Common Types
</h2><div class="top"><p class="src"><a href="Llvm-Types.html#v:i128" target="main">i128</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:i8Ptr" target="main">i8Ptr</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:i1" target="main">i1</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:i8" target="main">i8</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:i16" target="main">i16</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:i32" target="main">i32</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:i64" target="main">i64</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:llvmWord" target="main">llvmWord</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:llvmWordPtr" target="main">llvmWordPtr</a></p></div><h1>LLVM Function Types
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmFunctionDecl" target="main">LlvmFunctionDecl</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LlvmFunctionDecls" target="main">LlvmFunctionDecls</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Llvm-Types.html#t:LlvmParameter" target="main">LlvmParameter</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmParamAttr" target="main">LlvmParamAttr</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmFuncAttr" target="main">LlvmFuncAttr</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmCallType" target="main">LlvmCallType</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmCallConvention" target="main">LlvmCallConvention</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmParameterListType" target="main">LlvmParameterListType</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmLinkageType" target="main">LlvmLinkageType</a> </p></div><h1>LLVM Operations
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmMachOp" target="main">LlvmMachOp</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmCmpOp" target="main">LlvmCmpOp</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Llvm-Types.html#t:LlvmCastOp" target="main">LlvmCastOp</a> </p></div><h1>Floating point conversion
</h1><div class="top"><p class="src"><a href="Llvm-Types.html#v:dToStr" target="main">dToStr</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:fToStr" target="main">fToStr</a></p></div><div class="top"><p class="src"><a href="Llvm-Types.html#v:fixEndian" target="main">fixEndian</a></p></div></div></body></html>