From a47dfd3d1417412f4d55ffa964d9fc98d8d53a9d Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 13 Sep 2021 22:26:20 +0000 Subject: deploy: 743f301eef632a41bd870529a9e838ce4974f9eb --- llvm_kaleidoscope_rs/llvm/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 llvm_kaleidoscope_rs/llvm/index.html (limited to 'llvm_kaleidoscope_rs/llvm/index.html') diff --git a/llvm_kaleidoscope_rs/llvm/index.html b/llvm_kaleidoscope_rs/llvm/index.html new file mode 100644 index 0000000..acd0ba4 --- /dev/null +++ b/llvm_kaleidoscope_rs/llvm/index.html @@ -0,0 +1,15 @@ +llvm_kaleidoscope_rs::llvm - Rust + +

Module llvm_kaleidoscope_rs::llvm[][src]

Expand description

Safe wrapper around the LLVM C API.

+

References returned from the LLVM API are tied to the 'llvm lifetime which is bound to the +context where the objects are created in. +We do not offer wrappers to remove or delete any objects in the context and therefore all the +references will be valid for the liftime of the context.

+

Structs

+
BasicBlock

Wrapper for a LLVM Basic Block.

+
Builder

Wrapper for a LLVM IR Builder.

+
FnValue

Wrapper for a LLVM Value Reference specialized for contexts where function values are needed.

+
Module

Wrapper for a LLVM Module with its own LLVM Context.

+
Type

Wrapper for a LLVM Type Reference.

+
Value

Wrapper for a LLVM Value Reference.

+
\ No newline at end of file -- cgit v1.2.3