[][src]Module inkwell::context

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

Structs

Context

A Context is a container for all LLVM entities including Modules.

ContextRef

A ContextRef is a smart pointer allowing borrowed access to a a type's Context.