removes the attribute from the list of attributes.
Synopsis
Declared in <llvm/IR/Function.h>
void
removeParamAttrs(
unsigned int ArgNo,
AttributeMask const& Attrs);
Parameters
Name |
Description |
ArgNo |
Zero‐based index of the function argument. |
Attrs |
Mask of attribute kinds to remove from the argument. |
Created with MrDocs