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

Declarations

include/llvm/IR/Attributes.h
  447   LLVM_NODISCARD AttributeList removeAttribute(LLVMContext &C, unsigned Index,

References

include/llvm/IR/Attributes.h
  472     return removeAttribute(C, ArgNo + FirstArgIndex, Kind);
include/llvm/IR/Function.h
  251     setAttributes(getAttributes().removeAttribute(
include/llvm/IR/InstrTypes.h
 1427     PAL = PAL.removeAttribute(getContext(), i, Kind);
lib/IR/Function.cpp
  425   PAL = PAL.removeAttribute(getContext(), i, Kind);