Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp348 return getParent()->getParamAttribute(getArgNo(), Kind); in getAttribute()
788 Attribute Function::getParamAttribute(unsigned ArgNo, in getParamAttribute() function in Function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h466 Attribute getParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp274 Attribute FnAttr = F->getParamAttribute(ArgNo, Attr); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4273 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()