Click or drag to resize
Llvm.NET LogoDataLayoutPointerSize Method (UInt32)

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

Retrieves the size of a pointer for a given address space of the target

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public uint PointerSize(
	uint addressSpace
)

Parameters

addressSpace
Type: SystemUInt32
Address space for the pointer

Return Value

Type: UInt32
Size of a pointer
See Also