LLVMConstNamedStruct

Create a non-anonymous ConstantStruct from values.

@see llvm::ConstantStruct::get()

extern (C) nothrow
LLVMValueRef
LLVMConstNamedStruct
(
LLVMTypeRef StructTy
,
LLVMValueRef* ConstantVals
,
uint Count
)

Meta