Property AttributeMap
AttributeMap
Gets a map of all known attributes to this build
public ImmutableDictionary<LazyEncodedString, AttributeInfo> AttributeMap { get; }
Property Value
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.