Click or drag to resize
Llvm.NET LogoDataLayoutAbiAlignmentOf Method

[This is preliminary documentation and is subject to change.]

Retrieves the ABI specified alignment, in bytes, for a specified type

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public uint AbiAlignmentOf(
	ITypeRef typeRef
)

Parameters

typeRef
Type: Llvm.NET.TypesITypeRef
Type to get the alignment for

Return Value

Type: UInt32
ABI specified alignment
See Also