Add an attribute to this argument.

Synopses

Declared in <llvm/IR/Argument.h>

Add an attribute to this argument.

Add an attribute to this argument.

void
addAttr(Attribute Attr);

Parameters

Name

Description

Kind

Enum attribute kind to add.

Attr

Attribute to add.

Created with MrDocs