Class CallInstruction
Call instruction
Namespace: Llvm.NET.Instructions
Assembly: Llvm.NET.dll
Syntax
public class CallInstruction : Instruction, IExtensiblePropertyContainer, IOperandContainer<Value>, IAttributeAccessor, IAttributeContainer
Properties
Attributes | Gets the attributes for this call site |
IsTailCall | Gets or sets a value indicating whether the call is a tail call |
TargetFunction | Gets the target function of the call |
Methods
AddAttributeAtIndex(FunctionAttributeIndex, AttributeValue) | Adds an AttributeValue at a specified index |
GetAttributeAtIndex(FunctionAttributeIndex, AttributeKind) | Gets a specific attribute at a given index |
GetAttributeAtIndex(FunctionAttributeIndex, String) | Gets a named attribute at a given index |
GetAttributeCountAtIndex(FunctionAttributeIndex) | Gets the count of attributes on a given index |
GetAttributesAtIndex(FunctionAttributeIndex) | Gets the attributes on a given index |
RemoveAttributeAtIndex(FunctionAttributeIndex, AttributeKind) | Removes an AttributeKind at a specified index |
RemoveAttributeAtIndex(FunctionAttributeIndex, String) | Removes a named attribute at a specified index |