Table of Contents

Method GetOrCreateArray

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

GetOrCreateArray(IEnumerable<DINode>)

Gets or creates a node array with the specified elements

public DINodeArray GetOrCreateArray(IEnumerable<DINode> elements)

Parameters

elements IEnumerable<DINode>

Elements of the array

Returns

DINodeArray

DINodeArray

Remarks

Note

As of LLVM 8.0 there's not much reason to manually construct a DINodeArray since use as an "in" parameter were superseded by overloads taking an actual array.