Return the param attributes for argument ArgNo.
Synopsis
Declared in <llvm/IR/InstrTypes.h>
AttributeSet
getParamAttributes(unsigned int ArgNo) const;
Return Value
Attribute set for the specified parameter.
Parameters
Name |
Description |
ArgNo |
Zero‐based argument index. |
Created with MrDocs