Table of Contents

Property Id

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

Id

Gets the kind of the attribute

public uint Id { get; }

Property Value

uint

The unique ID for the named attribute

Remarks

The ID is unique for the current runtime but is NOT guaranteed stable across runtime or LLVM version (even minor patches really). Applications MUST NOT* assume these values have any consistency beyond the current run and should NOT persist them. Additionally, string attributes have NO id.