diff options
author | johannst <johannst@users.noreply.github.com> | 2022-09-24 22:38:40 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2022-09-24 22:38:40 +0000 |
commit | 73e25a571f12d3deaa6f4493a5b4792a9dae39eb (patch) | |
tree | d34d13ad7917ad94433e1378dceff6fcccd2718a /llvm_kaleidoscope_rs/llvm/sidebar-items.js | |
parent | 559c9ddd6079b2313c196866215133b926d07d34 (diff) | |
download | llvm-kaleidoscope-rs-73e25a571f12d3deaa6f4493a5b4792a9dae39eb.tar.gz llvm-kaleidoscope-rs-73e25a571f12d3deaa6f4493a5b4792a9dae39eb.zip |
deploy: 295081130ca1eed6e67dfc035e2df2c9ed49b174
Diffstat (limited to 'llvm_kaleidoscope_rs/llvm/sidebar-items.js')
-rw-r--r-- | llvm_kaleidoscope_rs/llvm/sidebar-items.js | 2 |
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 c204e00..eda7ea8 100644 --- a/llvm_kaleidoscope_rs/llvm/sidebar-items.js +++ b/llvm_kaleidoscope_rs/llvm/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"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."],["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","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 |