Home | History | Annotate | Download | only in llvm-c

Lines Matching full:contexts

414  * @defgroup LLVMCCoreContext Contexts
416 * Contexts are execution states for the core LLVM IR system.
418 * Most types are tied to a context instance. Multiple contexts can
420 * different contexts can execute on different threads simultaneously.