ΒΆunsigned int LLVMPreferredAlignmentOfType(
    LLVMTargetDataRef TD,
    LLVMTypeRef Ty)

Description

Computes the preferred alignment of a type in bytes for a target. See the method llvm::DataLayout::getTypeABISize.

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

Parameters

LLVMTargetDataRef TD
LLVMTypeRef Ty