Class Argument
An LLVM Value representing an Argument to a function
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class Argument : Value, IExtensiblePropertyContainer
Properties
Attributes | Gets the attributes for this argument |
Containing |
Gets the function this argument belongs to |
Index | Gets the zero based index of the argument |
Methods
Add |
Adds an attribute to an Argument |
AddAttributes(IEnumerable<AttributeValue>) | Adds Attribute |
Add |
Adds attributes to an Argument |
Add |
Adds Attribute |
Remove |
Removes a named attribute from an Argument |
Remove |
Removes an Attribute |
Set |
Sets the alignment for the argument |