ΒΆvoid LLVMStructSetBody(LLVMTypeRef StructTy,
LLVMTypeRef* ElementTypes,
unsigned int ElementCount,
LLVMBool Packed)
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:1303
Parameters
- LLVMTypeRef StructTy
- LLVMTypeRef* ElementTypes
- unsigned int ElementCount
- LLVMBool Packed