/usr/share/doc/libllvm-3.5-ocaml-dev/html/Llvm.LandingPadClauseTy.html is in libllvm-3.5-ocaml-dev 1:3.5.2-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <!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.Opcode.html">
<link rel="next" href="Llvm.ThreadLocalMode.html">
<link rel="Up" href="Llvm.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_AArch64" rel="Chapter" href="Llvm_AArch64.html">
<link title="Llvm_ARM" rel="Chapter" href="Llvm_ARM.html">
<link title="Llvm_CppBackend" rel="Chapter" href="Llvm_CppBackend.html">
<link title="Llvm_Hexagon" rel="Chapter" href="Llvm_Hexagon.html">
<link title="Llvm_MSP430" rel="Chapter" href="Llvm_MSP430.html">
<link title="Llvm_Mips" rel="Chapter" href="Llvm_Mips.html">
<link title="Llvm_NVPTX" rel="Chapter" href="Llvm_NVPTX.html">
<link title="Llvm_PowerPC" rel="Chapter" href="Llvm_PowerPC.html">
<link title="Llvm_R600" rel="Chapter" href="Llvm_R600.html">
<link title="Llvm_Sparc" rel="Chapter" href="Llvm_Sparc.html">
<link title="Llvm_SystemZ" rel="Chapter" href="Llvm_SystemZ.html">
<link title="Llvm_X86" rel="Chapter" href="Llvm_X86.html">
<link title="Llvm_XCore" rel="Chapter" href="Llvm_XCore.html">
<link title="Llvm_all_backends" rel="Chapter" href="Llvm_all_backends.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_ipo" rel="Chapter" href="Llvm_ipo.html">
<link title="Llvm_irreader" rel="Chapter" href="Llvm_irreader.html">
<link title="Llvm_linker" rel="Chapter" href="Llvm_linker.html">
<link title="Llvm_passmgr_builder" rel="Chapter" href="Llvm_passmgr_builder.html">
<link title="Llvm_scalar_opts" rel="Chapter" href="Llvm_scalar_opts.html">
<link title="Llvm_target" rel="Chapter" href="Llvm_target.html">
<link title="Llvm_vectorize" rel="Chapter" href="Llvm_vectorize.html"><title>Llvm.LandingPadClauseTy</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Llvm.Opcode.html" title="Llvm.Opcode">Previous</a>
<a class="up" href="Llvm.html" title="Llvm">Up</a>
<a class="post" href="Llvm.ThreadLocalMode.html" title="Llvm.ThreadLocalMode">Next</a>
</div>
<h1>Module <a href="type_Llvm.LandingPadClauseTy.html">Llvm.LandingPadClauseTy</a></h1>
<pre><span class="keyword">module</span> LandingPadClauseTy: <code class="code"><span class="keyword">sig</span></code> <a href="Llvm.LandingPadClauseTy.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><div class="info module top">
The type of a clause of a <code class="code">landingpad</code> instruction.
See <code class="code">llvm::<span class="constructor">LandingPadInst</span>::<span class="constructor">ClauseType</span></code>.<br>
</div>
<hr width="100%">
<pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Catch"><span class="constructor">Catch</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Filter"><span class="constructor">Filter</span></span></code></td>
</tr></table>
</body></html>
|