mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-18 08:36:43 -05:00
21 lines
No EOL
3.6 KiB
HTML
21 lines
No EOL
3.6 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Emitcode (ocaml.Emitcode)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">ocaml</a> » Emitcode</nav><header class="odoc-preamble"><h1>Module <code><span>Emitcode</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-to_file"><a href="#val-to_file" class="anchor"></a><code><span><span class="keyword">val</span> to_file :
|
||
<span><a href="../Stdlib/index.html#type-out_channel">out_channel</a> <span class="arrow">-></span></span>
|
||
<span>string <span class="arrow">-></span></span>
|
||
<span>string <span class="arrow">-></span></span>
|
||
<span>required_globals:<a href="../Ident/Set/index.html#type-t">Ident.Set.t</a> <span class="arrow">-></span></span>
|
||
<span><span><a href="../Instruct/index.html#type-instruction">Instruct.instruction</a> list</span> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-to_memory"><a href="#val-to_memory" class="anchor"></a><code><span><span class="keyword">val</span> to_memory :
|
||
<span><span><a href="../Instruct/index.html#type-instruction">Instruct.instruction</a> list</span> <span class="arrow">-></span></span>
|
||
<span><span><a href="../Instruct/index.html#type-instruction">Instruct.instruction</a> list</span> <span class="arrow">-></span></span>
|
||
<a href="../Misc/LongString/index.html#type-t">Misc.LongString.t</a>
|
||
* <span><span>(<a href="../Cmo_format/index.html#type-reloc_info">Cmo_format.reloc_info</a> * int)</span> list</span>
|
||
* <span><a href="../Instruct/index.html#type-debug_event">Instruct.debug_event</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-to_packed_file"><a href="#val-to_packed_file" class="anchor"></a><code><span><span class="keyword">val</span> to_packed_file :
|
||
<span><a href="../Stdlib/index.html#type-out_channel">out_channel</a> <span class="arrow">-></span></span>
|
||
<span><span><a href="../Instruct/index.html#type-instruction">Instruct.instruction</a> list</span> <span class="arrow">-></span></span>
|
||
<span><span>(<a href="../Cmo_format/index.html#type-reloc_info">Cmo_format.reloc_info</a> * int)</span> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-reset"><a href="#val-reset" class="anchor"></a><code><span><span class="keyword">val</span> reset : <span>unit <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-marshal_to_channel_with_possibly_32bit_compat"><a href="#val-marshal_to_channel_with_possibly_32bit_compat" class="anchor"></a><code><span><span class="keyword">val</span> marshal_to_channel_with_possibly_32bit_compat :
|
||
<span>filename:string <span class="arrow">-></span></span>
|
||
<span>kind:string <span class="arrow">-></span></span>
|
||
<span><a href="../Stdlib/index.html#type-out_channel">out_channel</a> <span class="arrow">-></span></span>
|
||
<span><span class="type-var">'a</span> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div></div></body></html> |