Click or drag to resize
Llvm.NET LogoAttributeBuilder Methods

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

The AttributeBuilder type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds a target dependent string attribute to a builder
Public methodAdd(AttributeKind)
Adds a new boolean attribute to this builder
Public methodAdd(AttributeValue)
Adds an AttributeValue to a builder
Public methodAdd(String, String)
Adds a target dependent attribute to the builder
Public methodContains(String)
Checks if this builder contains a given target dependent attribute
Public methodContains(AttributeKind)
Checks if this builder contains a given boolean attribute
Public methodDispose
Destroys the underlying native builder
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAttributes
Checks if the builder contains any of the attributes in a given AttributeSet
Public methodMerge
Merges the contents of another AttributeBuilder into this one
Public methodOverlaps
Checks if this builder overlaps the attributes in another builder
Public methodRemove(String)
Removes a target dependent attribute from this builder
Public methodRemove(AttributeBuilder)
Removes the attributes of another builder from this one
Public methodRemove(AttributeKind)
Removes a boolean attribute from the builder
Public methodRemove(AttributeSet, FunctionAttributeIndex)
Removes attributes specified in an AttributeSet
Public methodToAttributeSet(FunctionAttributeIndex)
Converts the contents of this builder to an immutable AttributeSet
Public methodToAttributeSet(FunctionAttributeIndex, Context)
Converts the contents of this builder to an immutable AttributeSet
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also