Table of Contents

Method AddAttributeAtIndex

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

AddAttributeAtIndex(FunctionAttributeIndex, AttributeValue)

Adds an AttributeValue at a specified index

public void AddAttributeAtIndex(FunctionAttributeIndex index, AttributeValue attrib)

Parameters

index FunctionAttributeIndex

Index to add the attribute to

attrib AttributeValue

Attribute to add