ΒΆvoid LLVMStructSetBody(LLVMTypeRef StructTy,
                       LLVMTypeRef* ElementTypes,
                       unsigned int ElementCount,
                       LLVMBool Packed)

Description

Set the contents of a structure type.

Declared at: llvm/include/llvm-c/Core.h:1343

Parameters

LLVMTypeRef StructTy
LLVMTypeRef* ElementTypes
unsigned int ElementCount
LLVMBool Packed