Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h458 Attribute getParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp351 return getParent()->getParamAttribute(getArgNo(), Kind); in getAttribute()
771 Attribute Function::getParamAttribute(unsigned ArgNo, in getParamAttribute() function in Function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4183 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()