Table of Contents

Method CreateArrayType

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

CreateArrayType(uint)

Array type factory for an array with elements of this type

public IArrayType CreateArrayType(uint count)

Parameters

count uint

Number of elements in the array

Returns

IArrayType

IArrayType for the array

CreateArrayType(IDIBuilder, uint, uint)

Creates a type defining an array of elements of this type

public DebugArrayType CreateArrayType(IDIBuilder diBuilder, uint lowerBound, uint count)

Parameters

diBuilder IDIBuilder

Debug information builder to use

lowerBound uint

Lower bound of the array

count uint

Count of elements in the array

Returns

DebugArrayType

DebugArrayType