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

References

include/llvm/IR/CallSite.h
  366     CALLSITE_DELEGATE_SETTER(removeParamAttr(ArgNo, Kind));
include/llvm/IR/IntrinsicInst.h
  415       removeParamAttr(ARG_DEST, Attribute::Alignment);
  464       BaseCL::removeParamAttr(ARG_SOURCE, Attribute::Alignment);
lib/Bitcode/Reader/BitcodeReader.cpp
 3686     CB->removeParamAttr(i, Attribute::ByVal);
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4373           Call.removeParamAttr(ix, Attribute::ByVal);
lib/Transforms/Utils/SimplifyLibCalls.cpp
  207       CI->removeParamAttr(ArgNo, Attribute::Dereferenceable);
  210         CI->removeParamAttr(ArgNo, Attribute::DereferenceableOrNull);