Table of Contents

Method CreatePointerType

Namespace
Ubiquity.NET.Llvm.Types
Assembly
Ubiquity.NET.Llvm.dll

CreatePointerType()

Get a IPointerType for a type that points to elements of this type in the default (0) address space

IPointerType CreatePointerType()

Returns

IPointerType

IPointerTypecorresponding to the type of a pointer that refers to elements of this type

CreatePointerType(uint)

Get a IPointerType for a type that points to elements of this type in the specified address space

IPointerType CreatePointerType(uint addressSpace)

Parameters

addressSpace uint

Address space for the pointer

Returns

IPointerType

IPointerTypecorresponding to the type of a pointer that refers to elements of this type