diff options
author | johannst <johannst@users.noreply.github.com> | 2021-09-25 16:09:42 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2021-09-25 16:09:42 +0000 |
commit | 559c9ddd6079b2313c196866215133b926d07d34 (patch) | |
tree | c038d0e6aab517ae57ebc650db19df3792588ec3 /llvm_kaleidoscope_rs/llvm/index.html | |
parent | 4b1a7d8a1d315090fb808ba4695bbacdc91e1aff (diff) | |
download | llvm-kaleidoscope-rs-559c9ddd6079b2313c196866215133b926d07d34.tar.gz llvm-kaleidoscope-rs-559c9ddd6079b2313c196866215133b926d07d34.zip |
deploy: a3dee93989b9fdd99b8a22a2da7f72bcd2ba50c2
Diffstat (limited to 'llvm_kaleidoscope_rs/llvm/index.html')
-rw-r--r-- | llvm_kaleidoscope_rs/llvm/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm_kaleidoscope_rs/llvm/index.html b/llvm_kaleidoscope_rs/llvm/index.html index 9707eea..a8e5f1c 100644 --- a/llvm_kaleidoscope_rs/llvm/index.html +++ b/llvm_kaleidoscope_rs/llvm/index.html @@ -10,9 +10,9 @@ API calls.</p> </div><div class="item-left module-item"><a class="struct" href="struct.FnValue.html" title="llvm_kaleidoscope_rs::llvm::FnValue struct">FnValue</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM Value Reference specialized for contexts where function values are needed.</p> </div><div class="item-left module-item"><a class="struct" href="struct.FunctionPassManager.html" title="llvm_kaleidoscope_rs::llvm::FunctionPassManager struct">FunctionPassManager</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM Function PassManager (legacy).</p> </div><div class="item-left module-item"><a class="struct" href="struct.IRBuilder.html" title="llvm_kaleidoscope_rs::llvm::IRBuilder struct">IRBuilder</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM IR Builder.</p> -</div><div class="item-left module-item"><a class="struct" href="struct.LLJit.html" title="llvm_kaleidoscope_rs::llvm::LLJit struct">LLJit</a></div><div class="item-right docblock-short"></div><div class="item-left module-item"><a class="struct" href="struct.Module.html" title="llvm_kaleidoscope_rs::llvm::Module struct">Module</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM Module with its own LLVM Context.</p> -</div><div class="item-left module-item"><a class="struct" href="struct.ResourceTracker.html" title="llvm_kaleidoscope_rs::llvm::ResourceTracker struct">ResourceTracker</a></div><div class="item-right docblock-short"><p>A resource handle to code added to an <a href="struct.LLJit.html" title="LLJit"><code>LLJit</code></a> instance. When a <code>ResourceTracker</code> handle is -dropped, the code corresponding to the handle will be removed from the JIT.</p> +</div><div class="item-left module-item"><a class="struct" href="struct.LLJit.html" title="llvm_kaleidoscope_rs::llvm::LLJit struct">LLJit</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM <a href="https://www.llvm.org/docs/ORCv2.html#lljit-and-lllazyjit">LLJIT</a>.</p> +</div><div class="item-left module-item"><a class="struct" href="struct.Module.html" title="llvm_kaleidoscope_rs::llvm::Module struct">Module</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM Module with its own LLVM Context.</p> +</div><div class="item-left module-item"><a class="struct" href="struct.ResourceTracker.html" title="llvm_kaleidoscope_rs::llvm::ResourceTracker struct">ResourceTracker</a></div><div class="item-right docblock-short"><p>A resource handle for code added to an <a href="struct.LLJit.html" title="LLJit"><code>LLJit</code></a> instance.</p> </div><div class="item-left module-item"><a class="struct" href="struct.Type.html" title="llvm_kaleidoscope_rs::llvm::Type struct">Type</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM Type Reference.</p> </div><div class="item-left module-item"><a class="struct" href="struct.Value.html" title="llvm_kaleidoscope_rs::llvm::Value struct">Value</a></div><div class="item-right docblock-short"><p>Wrapper for a LLVM Value Reference.</p> </div></div><h2 id="functions" class="section-header"><a href="#functions">Functions</a></h2> |