Expand description
A Context
is an opaque owner and manager of core global data.
Structs§
- Context
- A
Context
is a container for all LLVM entities includingModule
s. - Context
Ref - A
ContextRef
is a smart pointer allowing borrowed access to a type’sContext
.
Traits§
- AsContext
Ref - This trait abstracts an LLVM
Context
type and should be implemented with caution.