Searched refs:getParamAttr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h597 Attribute getParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) const { function in class:llvm::AttributeList
602 Attribute getParamAttr(unsigned ArgNo, StringRef Kind) const { function in class:llvm::AttributeList
H A DInstrTypes.h1492 Attribute getParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) const {
1494 return getAttributes().getParamAttr(ArgNo, Kind);
1498 Attribute getParamAttr(unsigned ArgNo, StringRef Kind) const {
1500 return getAttributes().getParamAttr(ArgNo, Kind);
H A DFunction.h409 return getAttributes().getParamAttr(ArgNo, Kind);

Completed in 123 milliseconds