reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Function.h
  374   void addParamAttr(unsigned ArgNo, Attribute Attr);

References

lib/Bitcode/Reader/BitcodeReader.cpp
 3242     Func->addParamAttr(i, Attribute::getWithByValType(
lib/IR/Function.cpp
  186   getParent()->addParamAttr(getArgNo(), Attr);