ΒΆLLVMTypeRef LLVMStructType(
LLVMTypeRef* ElementTypes,
unsigned int ElementCount,
LLVMBool Packed)
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:1281
Parameters
- LLVMTypeRef* ElementTypes
- unsigned int ElementCount
- LLVMBool Packed