Table of Contents

Property ConstantCount

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

ConstantCount

Gets a, potentially null, constant value for the count of the subrange

public long? ConstantCount { get; }

Property Value

long?

Remarks

Count (length) of a DISubrange is either a ConstantInt wrapped in a ConstantAsMetadata or it is a DIVariable. This property extracts the count as a constant integral value (if present). If this is null then VariableCount is not. (and vice versa)