Click or drag to resize
Llvm.NET LogoAttributeValue Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodAttributeValue(String)
Adds a valueless named attribute
Public methodAttributeValue(AttributeKind)
Creates a simple boolean attribute
Public methodAttributeValue(String, String)
Adds a Target specific named attribute with value
Public methodAttributeValue(AttributeKind, UInt64)
Creates an attribute with an integer value parameter
Public methodAttributeValue(Context, AttributeKind)
Creates a simple boolean attribute
Public methodAttributeValue(Context, String)
Adds a valueless named attribute
Public methodAttributeValue(Context, AttributeKind, UInt64)
Creates an attribute with an integer value parameter
Public methodAttributeValue(Context, String, String)
Adds a Target specific named attribute with value
Top
See Also