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/sidebar-items.js | |
parent | 4b1a7d8a1d315090fb808ba4695bbacdc91e1aff (diff) | |
download | llvm-kaleidoscope-rs-559c9ddd6079b2313c196866215133b926d07d34.tar.gz llvm-kaleidoscope-rs-559c9ddd6079b2313c196866215133b926d07d34.zip |
deploy: a3dee93989b9fdd99b8a22a2da7f72bcd2ba50c2
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 8a16a0d..c204e00 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",""],["Module","Wrapper for a LLVM Module with its own LLVM Context."],["ResourceTracker","A resource handle to code added to an [`LLJit`] instance. When a `ResourceTracker` handle is dropped, the code corresponding to the handle will be removed from the JIT."],["Type","Wrapper for a LLVM Type Reference."],["Value","Wrapper for a LLVM Value Reference."]]});
\ No newline at end of file +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 |