ΒΆunsigned int LLVMElementAtOffset(
    LLVMTargetDataRef TD,
    LLVMTypeRef StructTy,
    unsigned long long Offset)

Description

Computes the structure element that contains the byte offset for a target. See the method llvm::StructLayout::getElementContainingOffset.

Declared at: llvm/include/llvm-c/Target.h:278

Parameters

LLVMTargetDataRef TD
LLVMTypeRef StructTy
unsigned long long Offset