Click or drag to resize
Llvm.NET LogoDataLayoutAbiSizeOf Method

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

Retrieves the ABI specified size of the given type

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

Parameters

typeRef
Type: Llvm.NET.TypesITypeRef
Type to get the size from

Return Value

Type: UInt64
Size of the type
See Also