Searched refs:removeParamAttribute (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h462 LLVM_NODISCARD AttributeList removeParamAttribute( function in class:llvm::AttributeList
469 LLVM_NODISCARD AttributeList removeParamAttribute(LLVMContext &C, function in class:llvm::AttributeList
H A DInstrTypes.h1448 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
1456 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp455 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
461 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);

Completed in 107 milliseconds