Click or drag to resize
Llvm.NET LogoDataLayoutPointerSize Method

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

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

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

Return Value

Type: UInt32
Size of a pointer to the default address space
See Also