Table of Contents

Method RemoveAttributeAtIndex

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

RemoveAttributeAtIndex(FunctionAttributeIndex, uint)

Removes an AttributeInfo at a specified index

public void RemoveAttributeAtIndex(FunctionAttributeIndex index, uint id)

Parameters

index FunctionAttributeIndex

Index to add the attribute to

id uint

ID of the attribute to Remove

RemoveAttributeAtIndex(FunctionAttributeIndex, LazyEncodedString)

Removes a named attribute at a specified index

public void RemoveAttributeAtIndex(FunctionAttributeIndex index, LazyEncodedString name)

Parameters

index FunctionAttributeIndex

Index to add the attribute to

name LazyEncodedString

Name of the attribute to remove