Home
last modified time | relevance | path

Searched refs:removeParamAttrs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h437 void removeParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs);
H A DInstrTypes.h1559 void removeParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp599 void Function::removeParamAttrs(unsigned ArgNo, const AttrBuilder &Attrs) { in removeParamAttrs() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5644 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()