LLVMConstStructInContext

Function LLVMConstStructInContext 

Source
pub unsafe extern "C" fn LLVMConstStructInContext(
    C: LLVMContextRef,
    ConstantVals: *mut LLVMValueRef,
    Count: c_uint,
    Packed: LLVMBool,
) -> LLVMValueRef
Expand description

Create an anonymous ConstantStruct with the specified values.

@see llvm::ConstantStruct::getAnon()