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

References

lib/IR/Function.cpp
  177   AL = AL.addParamAttributes(Parent->getContext(), getArgNo(), B);
  413   PAL = PAL.addParamAttributes(getContext(), ArgNo, Attrs);
lib/Transforms/Utils/SimplifyLibCalls.cpp
  629     NewCI->setAttributes(NewCI->getAttributes().addParamAttributes(
unittests/IR/AttributesTest.cpp
   98   AL = AL.addParamAttributes(C, 0, B_align_readonly);
  123   AL2 = AL2.addParamAttributes(C, 0, B_align_readonly);