ΒΆLLVMTypeRef LLVMStructType(
    LLVMTypeRef* ElementTypes,
    unsigned int ElementCount,
    LLVMBool Packed)

Description

Create a new structure type in the global context.

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

Parameters

LLVMTypeRef* ElementTypes
unsigned int ElementCount
LLVMBool Packed