Lines Matching refs:hasAttribute
111 return hasAttribute(Attribute::ByVal); in hasByValAttr()
117 return hasAttribute(Attribute::ByRef); in hasByRefAttr()
130 return hasAttribute(Attribute::InAlloca); in hasInAllocaAttr()
136 return hasAttribute(Attribute::Preallocated); in hasPreallocatedAttr()
239 return hasAttribute(Attribute::Nest); in hasNestAttr()
244 return hasAttribute(Attribute::NoAlias); in hasNoAliasAttr()
249 return hasAttribute(Attribute::NoCapture); in hasNoCaptureAttr()
254 return hasAttribute(Attribute::NoFree); in hasNoFreeAttr()
259 return hasAttribute(Attribute::StructRet); in hasStructRetAttr()
263 return hasAttribute(Attribute::InReg); in hasInRegAttr()
267 return hasAttribute(Attribute::Returned); in hasReturnedAttr()
271 return hasAttribute(Attribute::ZExt); in hasZExtAttr()
275 return hasAttribute(Attribute::SExt); in hasSExtAttr()
308 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument