Method LLVMStructSetBody
LLVMStructSetBody(LLVMTypeRef, LLVMTypeRef[], UInt32, Boolean)
TODO: Provide summary for Function LLVMStructSetBody
Declaration
public static void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef[] ElementTypes, uint ElementCount, bool Packed)
Parameters
public static void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef[] ElementTypes, uint ElementCount, bool Packed)
LLVMTypeRef | StructTy | TODO: Provide details of parameter StructTy |
LLVMTypeRef[] | ElementTypes | TODO: Provide details of parameter ElementTypes |
UInt32 | ElementCount | TODO: Provide details of parameter ElementCount |
Boolean | Packed | TODO: Provide details of parameter Packed |