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