Table of Contents

Property AllowedOn

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

AllowedOn

Gets a value indicating where the attribute is allowed

public AttributeAllowedOn AllowedOn { get; }

Property Value

AttributeAllowedOn

Remarks

warning

String attributes are special in that they have no way to determine applicability. Therefore, this will indicate they are valid everywhere even if they are not. Sadly, the underlying LLVM API does not provide a means to determine such a thing.