llvm::AttributeList::getParamAttrs

The attributes for the argument or parameter at the given index are returned.

Synopsis

Declared in <llvm/IR/Attributes.h>

AttributeSet
getParamAttrs(unsigned int ArgNo) const;

Return Value

The attributes for the argument or parameter at the given index.

Parameters

NameDescription
ArgNoZero-based argument index.