Click or drag to resize
Llvm.NET LogoDataLayoutCallFrameAlignmentOf Method

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

Retrieves the call frame alignment for a given type

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

Parameters

typeRef
Type: Llvm.NET.TypesITypeRef
type to get the alignment of

Return Value

Type: UInt32
Alignment for the type
See Also