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

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

Retrieves an LLVM integer type with the same bit width as a pointer for the given address space of the target

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

Parameters

addressSpace
Type: SystemUInt32

Return Value

Type: ITypeRef
Integer type matching the bit width of a native pointer in the target's address space
See Also