Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-backports > by-pkgid > 97e550cf5e93b7f399a057af6f6e9b60 > files > 668

llvm-2.7-2mdv2010.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Llvm_bitwriter.html">
<link rel="next" href="Llvm_scalar_opts.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Llvm" rel="Chapter" href="Llvm.html">
<link title="Llvm_analysis" rel="Chapter" href="Llvm_analysis.html">
<link title="Llvm_bitreader" rel="Chapter" href="Llvm_bitreader.html">
<link title="Llvm_bitwriter" rel="Chapter" href="Llvm_bitwriter.html">
<link title="Llvm_executionengine" rel="Chapter" href="Llvm_executionengine.html">
<link title="Llvm_scalar_opts" rel="Chapter" href="Llvm_scalar_opts.html">
<link title="Llvm_target" rel="Chapter" href="Llvm_target.html"><title>Llvm_executionengine</title>
</head>
<body>
<div class="navbar"><a href="Llvm_bitwriter.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Llvm_scalar_opts.html">Next</a>
</div>
<center><h1>Module <a href="type_Llvm_executionengine.html">Llvm_executionengine</a></h1></center>
<br>
<pre><span class="keyword">module</span> Llvm_executionengine: <code class="code"><span class="keyword">sig</span></code> <a href="Llvm_executionengine.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>JIT Interpreter.
<p>

    This interface provides an ocaml API for LLVM execution engine (JIT/
    interpreter), the classes in the ExecutionEngine library.<br>
<hr width="100%">
<pre><span class="keyword">exception</span> <a name="EXCEPTIONError"></a>Error <span class="keyword">of</span> <code class="type">string</code></pre>
<pre><span class="keyword">module</span> <a href="Llvm_executionengine.GenericValue.html">GenericValue</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Llvm_executionengine.GenericValue.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><pre><span class="keyword">module</span> <a href="Llvm_executionengine.ExecutionEngine.html">ExecutionEngine</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Llvm_executionengine.ExecutionEngine.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><pre><span class="keyword">val</span> <a name="VALinitialize_native_target"></a>initialize_native_target : <code class="type">unit -> bool</code></pre></body></html>