Module inkwell::context

source ·
Expand description

A Context is an opaque owner and manager of core global data.

Structs§

  • A Context is a container for all LLVM entities including Modules.
  • A ContextRef is a smart pointer allowing borrowed access to a type’s Context.

Traits§

  • This trait abstracts an LLVM Context type and should be implemented with caution.