Home
last modified time | relevance | path

Searched refs:getParamAttribute (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h410 Attribute getParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp313 return getParent()->getParamAttribute(getArgNo(), Kind); in getAttribute()
663 Attribute Function::getParamAttribute(unsigned ArgNo, in getParamAttribute() function in Function
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3853 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()