Table of Contents

Enum AttributeAllowedOn

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

Flags enumeration of places where a given attribute is applicable

[Flags]
public enum AttributeAllowedOn

Fields

CallSite = 8

Attribute is applicable to a call site

Function = 4

Attribute is applicable to a function

Global = 16

Attribute is applicable to a global

None = 0

Attribute has no allowed options

This is a default invalid value

Parameter = 2

Attribute is applicable to a parameter

Return = 1

Attribute is applicable to a function return