ΒΆLLVMTypeRef LLVMStructGetTypeAtIndex(
    LLVMTypeRef StructTy,
    unsigned int i)

Description

Get the type of the element at a given index in the structure.

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

Parameters

LLVMTypeRef StructTy
unsigned int i