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

References

include/llvm/IR/InstrTypes.h
 1435     PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
lib/IR/Function.cpp
  437   PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
unittests/IR/AttributesTest.cpp
  109   AL = AL.removeParamAttribute(C, 0, Attribute::Alignment);