reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
447 LLVM_NODISCARD AttributeList removeAttribute(LLVMContext &C, unsigned Index,
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);