Searched refs:removeParamAttributes (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h531 LLVM_NODISCARD AttributeList removeParamAttributes( function in class:llvm::AttributeList
544 LLVM_NODISCARD AttributeList removeParamAttributes(LLVMContext &C, function in class:llvm::AttributeList
H A DInstrTypes.h1561 PAL = PAL.removeParamAttributes(getContext(), ArgNo, Attrs);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp306 AL = AL.removeParamAttributes(Parent->getContext(), getArgNo(), B);
601 PAL = PAL.removeParamAttributes(getContext(), ArgNo, Attrs);
H A DAttributes.cpp1515 return removeParamAttributes(C, ArgNo, B);

Completed in 157 milliseconds