Add parameter attributes from builder B to argument ArgNo.
Declared in <llvm/IR/InstrTypes.h>
void
addParamAttrs(
unsigned int ArgNo,
AttrBuilder const& B);
| Name | Description |
|---|---|
| ArgNo | Zero-based argument index. |
| B | Attributes to add to the parameter. |