aboutsummaryrefslogtreecommitdiffhomepage
path: root/llvm_kaleidoscope_rs/llvm/sidebar-items.js
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2023-11-20 23:28:40 +0000
committerjohannst <johannst@users.noreply.github.com>2023-11-20 23:28:40 +0000
commit3dfc8f0258ab0884eef50cc8f33b8666cdb4c3cf (patch)
tree040c82bb63703c3b9a5087986cd32f129e4ef612 /llvm_kaleidoscope_rs/llvm/sidebar-items.js
parent617f0d65b20b7b405b1acecea6f99ccd0a6d73f3 (diff)
downloadllvm-kaleidoscope-rs-3dfc8f0258ab0884eef50cc8f33b8666cdb4c3cf.tar.gz
llvm-kaleidoscope-rs-3dfc8f0258ab0884eef50cc8f33b8666cdb4c3cf.zip
deploy: 4e3898b34a5dbcfabbcf861998d915c261831b60
Diffstat (limited to 'llvm_kaleidoscope_rs/llvm/sidebar-items.js')
-rw-r--r--llvm_kaleidoscope_rs/llvm/sidebar-items.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_kaleidoscope_rs/llvm/sidebar-items.js b/llvm_kaleidoscope_rs/llvm/sidebar-items.js
index eda7ea8..d4f6ee3 100644
--- a/llvm_kaleidoscope_rs/llvm/sidebar-items.js
+++ b/llvm_kaleidoscope_rs/llvm/sidebar-items.js
@@ -1 +1 @@
-window.SIDEBAR_ITEMS = {"fn":[["initialize_native_taget","Initialize native target for corresponding to host (useful for jitting)."],["shutdown","Deallocate and destroy all “ManagedStatic” variables."]],"struct":[["BasicBlock","Wrapper for a LLVM Basic Block."],["FnValue","Wrapper for a LLVM Value Reference specialized for contexts where function values are needed."],["FunctionPassManager","Wrapper for a LLVM Function PassManager (legacy)."],["IRBuilder","Wrapper for a LLVM IR Builder."],["LLJit","Wrapper for a LLVM LLJIT."],["Module","Wrapper for a LLVM Module with its own LLVM Context."],["PhiValue","Wrapper for a LLVM Value Reference specialized for contexts where phi values are needed."],["ResourceTracker","A resource handle for code added to an [`LLJit`] instance."],["Type","Wrapper for a LLVM Type Reference."],["Value","Wrapper for a LLVM Value Reference."]]}; \ No newline at end of file
+window.SIDEBAR_ITEMS = {"fn":["initialize_native_taget","shutdown"],"struct":["BasicBlock","FnValue","FunctionPassManager","IRBuilder","LLJit","Module","PhiValue","ResourceTracker","Type","Value"]}; \ No newline at end of file