You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
1.7 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>IR__DotCfg (infer.IR__DotCfg)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; IR__DotCfg</nav><h1>Module <code>IR__DotCfg</code></h1></header><dl><dt class="spec value" id="val-emit_frontend_cfg"><a href="#val-emit_frontend_cfg" class="anchor"></a><code><span class="keyword">val</span> emit_frontend_cfg : <a href="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a> <span>&#45;&gt;</span> <a href="../IR/Cfg/index.html#type-t">IR.Cfg.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>emit the given <span class="xref-unresolved" title="unresolved reference to &quot;Cfg.t&quot;"><code>Cfg</code>.t</span> in the &quot;dot&quot; format to a file determined by <code>Config</code> values</p></dd></dl><dl><dt class="spec value" id="val-emit_proc_desc"><a href="#val-emit_proc_desc" class="anchor"></a><code><span class="keyword">val</span> emit_proc_desc : <a href="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a> <span>&#45;&gt;</span> <a href="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a> <span>&#45;&gt;</span> string</code></dt><dd><p>emit the given <span class="xref-unresolved" title="unresolved reference to &quot;Procdesc.t&quot;"><code>Procdesc</code>.t</span> in the &quot;dot&quot; format to a file in infer-out/captured/ and return the path to that file</p></dd></dl></div></body></html>