edlang/inkwell/values/struct.FunctionValue.html

150 lines
87 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `FunctionValue` struct in crate `inkwell`."><title>FunctionValue in inkwell::values - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="inkwell" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../inkwell/index.html">inkwell</a><span class="version">0.4.0</span></h2></div><h2 class="location"><a href="#">FunctionValue</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.add_attribute">add_attribute</a></li><li><a href="#method.as_global_value">as_global_value</a></li><li><a href="#method.attributes">attributes</a></li><li><a href="#method.count_attributes">count_attributes</a></li><li><a href="#method.count_basic_blocks">count_basic_blocks</a></li><li><a href="#method.count_params">count_params</a></li><li><a href="#method.delete">delete</a></li><li><a href="#method.get_basic_block_iter">get_basic_block_iter</a></li><li><a href="#method.get_basic_blocks">get_basic_blocks</a></li><li><a href="#method.get_call_conventions">get_call_conventions</a></li><li><a href="#method.get_enum_attribute">get_enum_attribute</a></li><li><a href="#method.get_first_basic_block">get_first_basic_block</a></li><li><a href="#method.get_first_param">get_first_param</a></li><li><a href="#method.get_gc">get_gc</a></li><li><a href="#method.get_intrinsic_id">get_intrinsic_id</a></li><li><a href="#method.get_last_basic_block">get_last_basic_block</a></li><li><a href="#method.get_last_param">get_last_param</a></li><li><a href="#method.get_linkage">get_linkage</a></li><li><a href="#method.get_name">get_name</a></li><li><a href="#method.get_next_function">get_next_function</a></li><li><a href="#method.get_nth_param">get_nth_param</a></li><li><a href="#method.get_param_iter">get_param_iter</a></li><li><a href="#method.get_params">get_params</a></li><li><a href="#method.get_personality_function">get_personality_function</
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../inkwell/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="../index.html">inkwell</a>::<wbr><a href="index.html">values</a>::<wbr><a class="struct" href="#">FunctionValue</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/inkwell/values/fn_value.rs.html#33-35">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct FunctionValue&lt;'ctx&gt; { <span class="comment">/* private fields */</span> }</code></pre><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-FunctionValue%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#37-531">source</a><a href="#impl-FunctionValue%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx&gt; <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#43-53">source</a><h4 class="code-header">pub unsafe fn <a href="#method.new" class="fn">new</a>(value: <a class="type" href="../../llvm_sys/prelude/type.LLVMValueRef.html" title="type llvm_sys::prelude::LLVMValueRef">LLVMValueRef</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</h4></section></summary><div class="docblock"><p>Get a value from an <a href="../../llvm_sys/prelude/type.LLVMValueRef.html" title="type llvm_sys::prelude::LLVMValueRef">LLVMValueRef</a>.</p>
<h5 id="safety"><a href="#safety">Safety</a></h5>
<p>The ref must be valid and of type function.</p>
</div></details><section id="method.get_linkage" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#55-57">source</a><h4 class="code-header">pub fn <a href="#method.get_linkage" class="fn">get_linkage</a>(self) -&gt; <a class="enum" href="../module/enum.Linkage.html" title="enum inkwell::module::Linkage">Linkage</a></h4></section><section id="method.set_linkage" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#59-61">source</a><h4 class="code-header">pub fn <a href="#method.set_linkage" class="fn">set_linkage</a>(self, linkage: <a class="enum" href="../module/enum.Linkage.html" title="enum inkwell::module::Linkage">Linkage</a>)</h4></section><section id="method.is_null" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#63-65">source</a><h4 class="code-header">pub fn <a href="#method.is_null" class="fn">is_null</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section><section id="method.is_undef" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#67-69">source</a><h4 class="code-header">pub fn <a href="#method.is_undef" class="fn">is_undef</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section><section id="method.print_to_stderr" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#71-73">source</a><h4 class="code-header">pub fn <a href="#method.print_to_stderr" class="fn">print_to_stderr</a>(self)</h4></section><section id="method.verify" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#76-86">source</a><h4 class="code-header">pub fn <a href="#method.verify" class="fn">verify</a>(self, print: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section><section id="method.get_next_function" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#89-91">source</a><h4 class="code-header">pub fn <a href="#method.get_next_function" class="fn">get_next_function</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</h4></section><section id="method.get_previous_function" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#93-95">source</a><h4 class="code-header">pub fn <a href="#method.get_previous_function" class="fn">get_previous_function</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</h4></section><section id="method.get_first_param" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#97-105">source</a><h4 class="code-header">pub fn <a href="#method.get_first_param" class="fn">get_first_param</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="enum.BasicValueEnum.html" title="enum inkwell::values::BasicValueEnum">BasicValueEnum</a>&lt;'ctx&gt;&gt;</h4></section><section id="method.get_last_param" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#107-115">source</a><h4 class="code-header">pub fn <a href="#method.get_last_param" class="fn">get_last_param</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="enum.BasicValueEnum.html" title="enum inkwell::values::BasicValueEnum">BasicValueEnum</a>&lt;'ctx&gt;&gt;</h4></section><section id="method.get_first_basic_block" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_valu
</div></details><details class="toggle method-toggle" open><summary><section id="method.view_function_cfg" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#196-198">source</a><h4 class="code-header">pub fn <a href="#method.view_function_cfg" class="fn">view_function_cfg</a>(self)</h4></section></summary><div class="docblock"><p>View the control flow graph and produce a .dot file</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.view_function_cfg_only" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#201-203">source</a><h4 class="code-header">pub fn <a href="#method.view_function_cfg_only" class="fn">view_function_cfg_only</a>(self)</h4></section></summary><div class="docblock"><p>Only view the control flow graph</p>
</div></details><section id="method.delete" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#206-208">source</a><h4 class="code-header">pub unsafe fn <a href="#method.delete" class="fn">delete</a>(self)</h4></section><section id="method.get_type" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#220-222">source</a><h4 class="code-header">pub fn <a href="#method.get_type" class="fn">get_type</a>(self) -&gt; <a class="struct" href="../types/struct.FunctionType.html" title="struct inkwell::types::FunctionType">FunctionType</a>&lt;'ctx&gt;</h4></section><section id="method.has_personality_function" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#225-229">source</a><h4 class="code-header">pub fn <a href="#method.has_personality_function" class="fn">has_personality_function</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section><section id="method.get_personality_function" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#231-238">source</a><h4 class="code-header">pub fn <a href="#method.get_personality_function" class="fn">get_personality_function</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;&gt;</h4></section><section id="method.set_personality_function" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#240-242">source</a><h4 class="code-header">pub fn <a href="#method.set_personality_function" class="fn">set_personality_function</a>(self, personality_fn: <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;)</h4></section><section id="method.get_intrinsic_id" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#244-246">source</a><h4 class="code-header">pub fn <a href="#method.get_intrinsic_id" class="fn">get_intrinsic_id</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a></h4></section><section id="method.get_call_conventions" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#248-250">source</a><h4 class="code-header">pub fn <a href="#method.get_call_conventions" class="fn">get_call_conventions</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a></h4></section><section id="method.set_call_conventions" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#252-254">source</a><h4 class="code-header">pub fn <a href="#method.set_call_conventions" class="fn">set_call_conventions</a>(self, call_conventions: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>)</h4></section><section id="method.get_gc" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#256-258">source</a><h4 class="code-header">pub fn <a href="#method.get_gc" class="fn">get_gc</a>(&amp;self) -&gt; &amp;<a class="struct" href="https://doc.rust-lang.org/1.76.0/core/ffi/c_str/struct.CStr.html" title="struct core::ffi::c_str::CStr">CStr</a></h4></section><section id="method.set_gc" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#260-264">source</a><h4 class="code-header">pub fn <a href="#method.set_gc" class="fn">set_gc</a>(self, gc: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>)</h4></section><section id="method.replace_all_uses_with" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#266-268">source</a><h4 class="code-header">pub fn <a href="#method.replace_all_uses_with" class="fn">replace_all_us
<h5 id="example"><a href="#example">Example</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::attributes::AttributeLoc;
<span class="kw">use </span>inkwell::context::Context;
<span class="kw">let </span>context = Context::create();
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
<span class="kw">let </span>void_type = context.void_type();
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&amp;</span>[], <span class="bool-val">false</span>);
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
<span class="kw">let </span>string_attribute = context.create_string_attribute(<span class="string">"my_key"</span>, <span class="string">"my_val"</span>);
<span class="kw">let </span>enum_attribute = context.create_enum_attribute(<span class="number">1</span>, <span class="number">1</span>);
fn_value.add_attribute(AttributeLoc::Return, string_attribute);
fn_value.add_attribute(AttributeLoc::Return, enum_attribute);</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.count_attributes" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#314-316">source</a><h4 class="code-header">pub fn <a href="#method.count_attributes" class="fn">count_attributes</a>(self, loc: <a class="enum" href="../attributes/enum.AttributeLoc.html" title="enum inkwell::attributes::AttributeLoc">AttributeLoc</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Counts the number of <code>Attribute</code>s belonging to the specified location in this <code>FunctionValue</code>.</p>
<h5 id="example-1"><a href="#example-1">Example</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::attributes::AttributeLoc;
<span class="kw">use </span>inkwell::context::Context;
<span class="kw">let </span>context = Context::create();
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
<span class="kw">let </span>void_type = context.void_type();
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&amp;</span>[], <span class="bool-val">false</span>);
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
<span class="kw">let </span>string_attribute = context.create_string_attribute(<span class="string">"my_key"</span>, <span class="string">"my_val"</span>);
<span class="kw">let </span>enum_attribute = context.create_enum_attribute(<span class="number">1</span>, <span class="number">1</span>);
fn_value.add_attribute(AttributeLoc::Return, string_attribute);
fn_value.add_attribute(AttributeLoc::Return, enum_attribute);
<span class="macro">assert_eq!</span>(fn_value.count_attributes(AttributeLoc::Return), <span class="number">2</span>);</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.attributes" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#339-368">source</a><h4 class="code-header">pub fn <a href="#method.attributes" class="fn">attributes</a>(self, loc: <a class="enum" href="../attributes/enum.AttributeLoc.html" title="enum inkwell::attributes::AttributeLoc">AttributeLoc</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../attributes/struct.Attribute.html" title="struct inkwell::attributes::Attribute">Attribute</a>&gt;</h4></section></summary><div class="docblock"><p>Get all <code>Attribute</code>s belonging to the specified location in this <code>FunctionValue</code>.</p>
<h5 id="example-2"><a href="#example-2">Example</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::attributes::AttributeLoc;
<span class="kw">use </span>inkwell::context::Context;
<span class="kw">let </span>context = Context::create();
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
<span class="kw">let </span>void_type = context.void_type();
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&amp;</span>[], <span class="bool-val">false</span>);
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
<span class="kw">let </span>string_attribute = context.create_string_attribute(<span class="string">"my_key"</span>, <span class="string">"my_val"</span>);
<span class="kw">let </span>enum_attribute = context.create_enum_attribute(<span class="number">1</span>, <span class="number">1</span>);
fn_value.add_attribute(AttributeLoc::Return, string_attribute);
fn_value.add_attribute(AttributeLoc::Return, enum_attribute);
<span class="macro">assert_eq!</span>(fn_value.attributes(AttributeLoc::Return), <span class="macro">vec!</span>[string_attribute, enum_attribute]);</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.remove_string_attribute" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#388-397">source</a><h4 class="code-header">pub fn <a href="#method.remove_string_attribute" class="fn">remove_string_attribute</a>(self, loc: <a class="enum" href="../attributes/enum.AttributeLoc.html" title="enum inkwell::attributes::AttributeLoc">AttributeLoc</a>, key: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>)</h4></section></summary><div class="docblock"><p>Removes a string <code>Attribute</code> belonging to the specified location in this <code>FunctionValue</code>.</p>
<h5 id="example-3"><a href="#example-3">Example</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::attributes::AttributeLoc;
<span class="kw">use </span>inkwell::context::Context;
<span class="kw">let </span>context = Context::create();
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
<span class="kw">let </span>void_type = context.void_type();
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&amp;</span>[], <span class="bool-val">false</span>);
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
<span class="kw">let </span>string_attribute = context.create_string_attribute(<span class="string">"my_key"</span>, <span class="string">"my_val"</span>);
fn_value.add_attribute(AttributeLoc::Return, string_attribute);
fn_value.remove_string_attribute(AttributeLoc::Return, <span class="string">"my_key"</span>);</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.remove_enum_attribute" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#417-419">source</a><h4 class="code-header">pub fn <a href="#method.remove_enum_attribute" class="fn">remove_enum_attribute</a>(self, loc: <a class="enum" href="../attributes/enum.AttributeLoc.html" title="enum inkwell::attributes::AttributeLoc">AttributeLoc</a>, kind_id: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>)</h4></section></summary><div class="docblock"><p>Removes an enum <code>Attribute</code> belonging to the specified location in this <code>FunctionValue</code>.</p>
<h5 id="example-4"><a href="#example-4">Example</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::attributes::AttributeLoc;
<span class="kw">use </span>inkwell::context::Context;
<span class="kw">let </span>context = Context::create();
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
<span class="kw">let </span>void_type = context.void_type();
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&amp;</span>[], <span class="bool-val">false</span>);
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
<span class="kw">let </span>enum_attribute = context.create_enum_attribute(<span class="number">1</span>, <span class="number">1</span>);
fn_value.add_attribute(AttributeLoc::Return, enum_attribute);
fn_value.remove_enum_attribute(AttributeLoc::Return, <span class="number">1</span>);</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_enum_attribute" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#441-449">source</a><h4 class="code-header">pub fn <a href="#method.get_enum_attribute" class="fn">get_enum_attribute</a>(
self,
loc: <a class="enum" href="../attributes/enum.AttributeLoc.html" title="enum inkwell::attributes::AttributeLoc">AttributeLoc</a>,
kind_id: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../attributes/struct.Attribute.html" title="struct inkwell::attributes::Attribute">Attribute</a>&gt;</h4></section></summary><div class="docblock"><p>Gets an enum <code>Attribute</code> belonging to the specified location in this <code>FunctionValue</code>.</p>
<h5 id="example-5"><a href="#example-5">Example</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::attributes::AttributeLoc;
<span class="kw">use </span>inkwell::context::Context;
<span class="kw">let </span>context = Context::create();
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
<span class="kw">let </span>void_type = context.void_type();
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&amp;</span>[], <span class="bool-val">false</span>);
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
<span class="kw">let </span>enum_attribute = context.create_enum_attribute(<span class="number">1</span>, <span class="number">1</span>);
fn_value.add_attribute(AttributeLoc::Return, enum_attribute);
<span class="macro">assert_eq!</span>(fn_value.get_enum_attribute(AttributeLoc::Return, <span class="number">1</span>), <span class="prelude-val">Some</span>(enum_attribute));</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_string_attribute" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#471-486">source</a><h4 class="code-header">pub fn <a href="#method.get_string_attribute" class="fn">get_string_attribute</a>(
self,
loc: <a class="enum" href="../attributes/enum.AttributeLoc.html" title="enum inkwell::attributes::AttributeLoc">AttributeLoc</a>,
key: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../attributes/struct.Attribute.html" title="struct inkwell::attributes::Attribute">Attribute</a>&gt;</h4></section></summary><div class="docblock"><p>Gets a string <code>Attribute</code> belonging to the specified location in this <code>FunctionValue</code>.</p>
<h5 id="example-6"><a href="#example-6">Example</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::attributes::AttributeLoc;
<span class="kw">use </span>inkwell::context::Context;
<span class="kw">let </span>context = Context::create();
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
<span class="kw">let </span>void_type = context.void_type();
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&amp;</span>[], <span class="bool-val">false</span>);
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
<span class="kw">let </span>string_attribute = context.create_string_attribute(<span class="string">"my_key"</span>, <span class="string">"my_val"</span>);
fn_value.add_attribute(AttributeLoc::Return, string_attribute);
<span class="macro">assert_eq!</span>(fn_value.get_string_attribute(AttributeLoc::Return, <span class="string">"my_key"</span>), <span class="prelude-val">Some</span>(string_attribute));</code></pre></div>
</div></details><section id="method.set_param_alignment" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#488-492">source</a><h4 class="code-header">pub fn <a href="#method.set_param_alignment" class="fn">set_param_alignment</a>(self, param_index: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>, alignment: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>)</h4></section><details class="toggle method-toggle" open><summary><section id="method.as_global_value" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#497-499">source</a><h4 class="code-header">pub fn <a href="#method.as_global_value" class="fn">as_global_value</a>(self) -&gt; <a class="struct" href="struct.GlobalValue.html" title="struct inkwell::values::GlobalValue">GlobalValue</a>&lt;'ctx&gt;</h4></section></summary><div class="docblock"><p>Gets the <code>GlobalValue</code> version of this <code>FunctionValue</code>. This allows
you to further inspect its global properties or even convert it to
a <code>PointerValue</code>.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.set_subprogram" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#503-505">source</a><h4 class="code-header">pub fn <a href="#method.set_subprogram" class="fn">set_subprogram</a>(self, subprogram: <a class="struct" href="../debug_info/struct.DISubprogram.html" title="struct inkwell::debug_info::DISubprogram">DISubprogram</a>&lt;'ctx&gt;)</h4></section></summary><div class="docblock"><p>Set the debug info descriptor</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_subprogram" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#509-520">source</a><h4 class="code-header">pub fn <a href="#method.get_subprogram" class="fn">get_subprogram</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../debug_info/struct.DISubprogram.html" title="struct inkwell::debug_info::DISubprogram">DISubprogram</a>&lt;'ctx&gt;&gt;</h4></section></summary><div class="docblock"><p>Get the debug info descriptor</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_section" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#523-525">source</a><h4 class="code-header">pub fn <a href="#method.get_section" class="fn">get_section</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="https://doc.rust-lang.org/1.76.0/core/ffi/c_str/struct.CStr.html" title="struct core::ffi::c_str::CStr">CStr</a>&gt;</h4></section></summary><div class="docblock"><p>Get the section to which this function belongs</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.set_section" class="method"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#528-530">source</a><h4 class="code-header">pub fn <a href="#method.set_section" class="fn">set_section</a>(self, section: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>&gt;)</h4></section></summary><div class="docblock"><p>Set the section to which this function should belong</p>
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-AnyValue%3C'ctx%3E-for-FunctionValue%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/traits.rs.html#159">source</a><a href="#impl-AnyValue%3C'ctx%3E-for-FunctionValue%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx&gt; <a class="trait" href="trait.AnyValue.html" title="trait inkwell::values::AnyValue">AnyValue</a>&lt;'ctx&gt; for <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.as_any_value_enum" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/values/traits.rs.html#142-144">source</a><a href="#method.as_any_value_enum" class="anchor">§</a><h4 class="code-header">fn <a href="trait.AnyValue.html#method.as_any_value_enum" class="fn">as_any_value_enum</a>(&amp;self) -&gt; <a class="enum" href="enum.AnyValueEnum.html" title="enum inkwell::values::AnyValueEnum">AnyValueEnum</a>&lt;'ctx&gt;</h4></section></summary><div class='docblock'>Returns an enum containing a typed version of <code>AnyValue</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.print_to_string" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/values/traits.rs.html#147-149">source</a><a href="#method.print_to_string" class="anchor">§</a><h4 class="code-header">fn <a href="trait.AnyValue.html#method.print_to_string" class="fn">print_to_string</a>(&amp;self) -&gt; <a class="struct" href="../support/struct.LLVMString.html" title="struct inkwell::support::LLVMString">LLVMString</a></h4></section></summary><div class='docblock'>Prints a value to a <code>LLVMString</code></div></details><details class="toggle method-toggle" open><summary><section id="method.is_poison" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/values/traits.rs.html#153-155">source</a><a href="#method.is_poison" class="anchor">§</a><h4 class="code-header">fn <a href="trait.AnyValue.html#method.is_poison" class="fn">is_poison</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Returns whether the value is <code>poison</code></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-AsValueRef-for-FunctionValue%3C'_%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#533-537">source</a><a href="#impl-AsValueRef-for-FunctionValue%3C'_%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsValueRef.html" title="trait inkwell::values::AsValueRef">AsValueRef</a> for <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'_&gt;</h3></section></summary><div class="impl-items"><section id="method.as_value_ref" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#534-536">source</a><a href="#method.as_value_ref" class="anchor">§</a><h4 class="code-header">fn <a href="trait.AsValueRef.html#tymethod.as_value_ref" class="fn">as_value_ref</a>(&amp;self) -&gt; <a class="type" href="../../llvm_sys/prelude/type.LLVMValueRef.html" title="type llvm_sys::prelude::LLVMValueRef">LLVMValueRef</a></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-FunctionValue%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#32">source</a><a href="#impl-Clone-for-FunctionValue%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx
H: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#method.hash_slice">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CAnyValueEnum%3C'ctx%3E%3E-for-FunctionValue%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/enums.rs.html#71">source</a><a href="#impl-PartialEq%3CAnyValueEnum%3C'ctx%3E%3E-for-FunctionValue%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="enum" href="enum.AnyValueEnum.html" title="enum inkwell::values::AnyValueEnum">AnyValueEnum</a>&lt;'ctx&gt;&gt; for <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-1" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/values/enums.rs.html#71">source</a><a href="#method.eq-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: &amp;<a class="enum" href="enum.AnyValueEnum.html" title="enum inkwell::values::AnyValueEnum">AnyValueEnum</a>&lt;'ctx&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/cmp.rs.html#242">source</a></span><a href="#method.ne-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CFunctionValue%3C'ctx%3E%3E-for-AnyValueEnum%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/enums.rs.html#71">source</a><a href="#impl-PartialEq%3CFunctionValue%3C'ctx%3E%3E-for-AnyValueEnum%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;&gt; for <a class="enum" href="enum.AnyValueEnum.html" title="enum inkwell::values::AnyValueEnum">AnyValueEnum</a>&lt;'ctx&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/values/enums.rs.html#71">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/cmp.rs.html#242">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-FunctionValue%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#32">source</a><a href="#impl-PartialEq-for-FunctionValue%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-2" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/values/fn_value.rs.html#32">source</a><a href="#method.eq-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-2" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/cmp.rs.html#242">source</a></span><a href="#method.ne-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PassManagerSubType-for-FunctionValue%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/passes.rs.html#249-259">source</a><a href="#impl-PassManagerSubType-for-FunctionValue%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx&gt; <a class="trait" href="../passes/trait.PassManagerSubType.html" title="trait inkwell::passes::PassManagerSubType">PassManagerSubType</a> for <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;</h3></section></summary><div class="impl-items"><section id="associatedtype.Input" class="associatedtype trait-impl"><a href="#associatedtype.Input" class="anchor">§</a><h4 class="code-header">type <a href="../passes/trait.PassManagerSubType.html#associatedtype.Input" class="associatedtype">Input</a> = <a class="struct" href="../module/struct.Module.html" title="struct inkwell::module::Module">Module</a>&lt;'ctx&gt;</h4></section><section id="method.create" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/passes.rs.html#252-254">source</a><a href="#method.create" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../passes/trait.PassManagerSubType.html#tymethod.create" class="fn">create</a>&lt;I: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;Self::<a class="associatedtype" href="../passes/trait.PassManagerSubType.html#associatedtype.Input" title="type inkwell::passes::PassManagerSubType::Input">Input</a>&gt;&gt;(input: I) -&gt; <a class="type" href="../../llvm_sys/prelude/type.LLVMPassManagerRef.html" title="type llvm_sys::prelude::LLVMPassManagerRef">LLVMPassManagerRef</a></h4></section><section id="method.run_in_pass_manager" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/passes.rs.html#256-258">source</a><a href="#method.run_in_pass_manager" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../passes/trait.PassManagerSubType.html#tymethod.run_in_pass_manager" class="fn">run_in_pass_manager</a>(&amp;self, pass_manager: &amp;<a class="struct" href="../passes/struct.PassManager.html" title="struct inkwell::passes::PassManager">PassManager</a>&lt;Self&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-TryFrom%3CAnyValueEnum%3C'ctx%3E%3E-for-FunctionValue%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/values/enums.rs.html#71">source</a><a href="#impl-TryFrom%3CAnyValueEnum%3C'ctx%3E%3E-for-FunctionValue%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'ctx&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;<a class="enum" href="enum.AnyValueEnum.html" title="enum inkwell::values::AnyValueEnum">AnyValueEnum</a>&lt;'ctx&gt;&gt; for <a class="struct" href="struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a>&lt;'ctx&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="../../src/in
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#141">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#217">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#763">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#766">source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#747-749">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#756">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#83-85">source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#88">source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#92">source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToString-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/string.rs.html#2600">source</a><a href="#impl-ToString-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.to_string" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/string.rs.html#2606">source</a><a href="#method.to_string" class="anchor">§</a><h4 class="code-header">default fn <a href="https://doc.rust-lang.org/1.76.0/alloc/string/trait.ToString.html#tymethod.to_string" class="fn">to_string</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section></summary><div class='docblock'>Converts the given value to a <code>String</code>. <a href="https://doc.rust-lang.org/1.76.0/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#803-805">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from-1" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#810">source</a><a href="#method.try_from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#788-790">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#795">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>