LLVMConstStruct

Create a ConstantStruct in the global Context.

This is the same as LLVMConstStructInContext except it operates on the global Context.

@see LLVMConstStructInContext()

extern (C) nothrow
LLVMValueRef
LLVMConstStruct
(
LLVMValueRef* ConstantVals
,
uint Count
,
LLVMBool Packed
)

Meta