LLVMConstStructInContext

Create an anonymous ConstantStruct with the specified values.

@see llvm::ConstantStruct::getAnon()

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

Meta