Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h455 Attribute getParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { in getParamAttribute() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp314 return getParent()->getParamAttribute(getArgNo(), Kind); in getAttribute()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3338 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()