Type Alias llvm_sys::orc2::LLVMOrcCLookupSet

source ·
pub type LLVMOrcCLookupSet = *mut LLVMOrcCLookupSetElement;
Expand description

A set of symbols to look up / generate.

The list is terminated with an element containing a null pointer for the Name field.

The creator is responsible for freeing the set and ensuring all strings are retained for the set’s lifetime.