From 559c9ddd6079b2313c196866215133b926d07d34 Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 25 Sep 2021 16:09:42 +0000 Subject: deploy: a3dee93989b9fdd99b8a22a2da7f72bcd2ba50c2 --- llvm_kaleidoscope_rs/llvm/struct.LLJit.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'llvm_kaleidoscope_rs/llvm/struct.LLJit.html') diff --git a/llvm_kaleidoscope_rs/llvm/struct.LLJit.html b/llvm_kaleidoscope_rs/llvm/struct.LLJit.html index 9ba3405..f22d860 100644 --- a/llvm_kaleidoscope_rs/llvm/struct.LLJit.html +++ b/llvm_kaleidoscope_rs/llvm/struct.LLJit.html @@ -1,14 +1,15 @@ -LLJit in llvm_kaleidoscope_rs::llvm - Rust

Struct llvm_kaleidoscope_rs::llvm::LLJit[][src]

pub struct LLJit { /* fields omitted */ }

Implementations

Create a new LLJit instance.

+LLJit in llvm_kaleidoscope_rs::llvm - Rust

Struct llvm_kaleidoscope_rs::llvm::LLJit[][src]

pub struct LLJit { /* fields omitted */ }
Expand description

Wrapper for a LLVM LLJIT.

+

Implementations

Create a new LLJit instance.

Panics

Panics if LLVM API returns a null pointer or an error.

-

Add an LLVM IR module to the JIT. Return a ResourceTracker, which when dropped, will +

Add an LLVM IR module to the JIT. Return a ResourceTracker, which when dropped, will remove the code of the LLVM IR module from the JIT.

Panics

Panics if LLVM API returns a null pointer or an error.

-

Find the symbol with the name sym in the JIT.

+

Find the symbol with the name sym in the JIT.

Panics

Panics if the symbol is not found in the JIT.

-

Enable lookup of dynamic symbols available in the current process from the JIT.

+

Enable lookup of dynamic symbols available in the current process from the JIT.

Panics

Panics if LLVM API returns an error.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

-- cgit v1.2.3