llvm::CallBase::addParamAttrs

Add parameter attributes from builder B to argument ArgNo.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void
addParamAttrs(
    unsigned int ArgNo,
    AttrBuilder const& B);

Parameters

NameDescription
ArgNoZero-based argument index.
BAttributes to add to the parameter.