Table of Contents

Method CreatePointerType

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

CreatePointerType(IDIBuilder, uint)

Creates a pointer to this type for a given module and address space

DebugPointerType CreatePointerType(IDIBuilder diBuilder, uint addressSpace)

Parameters

diBuilder IDIBuilder

Debug information builder to use

addressSpace uint

Address space for the pointer

Returns

DebugPointerType

DebugPointerType