Struct llama::Jit

source · []
pub struct Jit<'ctx> { /* private fields */ }
Expand description

Jit bundles LLVMContext, LLVMBuilder and LLVMExecutionEngine

Implementations

Create new Jit instance

Destruct

Access ExecutionEngine

Mutable access to ExecutionEngine

Access Builder

Mutable access to Builder

Access Context

Mutable access to Context

Access Module

Mutable access to Module

Declare a new function with function body

Define a new function without declaring a function body

Create a new global with an empty initializer

Create a new global with the specified initializer

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.