Wrap an array of LLVMContext pointers for the C API.

Synopsis

Declared in <llvm/IR/LLVMContext.h>

LLVMContextRef*
wrap(LLVMContext const** Tys);

Return Value

The same array cast as opaque C API context references.

Parameters

Name

Description

Tys

The context pointer array to wrap.

Created with MrDocs