Home | History | Annotate | Download | only in docs

Lines Matching full:lifetime

295           <li><a href="#int_lifetime_start"><tt>llvm.lifetime.start</tt></a></li>
296 <li><a href="#int_lifetime_end"><tt>llvm.lifetime.end</tt></a></li>
7697 <p>This class of intrinsics exists to information about the lifetime of memory
7702 <a name="int_lifetime_start">'<tt>llvm.lifetime.start</tt>' Intrinsic</a>
7709 declare void @llvm.lifetime.start(i64 &lt;size&gt;, i8* nocapture &lt;ptr&gt;)
7713 <p>The '<tt>llvm.lifetime.start</tt>' intrinsic specifies the start of a memory
7714 object's lifetime.</p>
7732 <a name="int_lifetime_end">'<tt>llvm.lifetime.end</tt>' Intrinsic</a>
7739 declare void @llvm.lifetime.end(i64 &lt;size&gt;, i8* nocapture &lt;ptr&gt;)
7743 <p>The '<tt>llvm.lifetime.end</tt>' intrinsic specifies the end of a memory
7744 object's lifetime.</p>