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/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm_kaleidoscope_rs/llvm/index.html') 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.

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.

+
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.

Functions

-- cgit v1.2.3