Table of Contents

Method CreateArrayType

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

CreateArrayType(IDIBuilder, uint, uint)

Creates a type defining an array of elements of this type

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