Table of Contents

Property AttributeMap

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

AttributeMap

Gets a map of all known attributes to this build

ImmutableDictionary<LazyEncodedString, AttributeInfo> AttributeMap { get; }

Property Value

ImmutableDictionary<LazyEncodedString, AttributeInfo>

Remarks

This map includes all enumerated attributes AND all well-known string attributes. Additional string attributes are always valid as various passes and target machines may use custom attributes not yet known to, or considered stable by, the LLVM core native code.