Searched refs:hasAttrSomewhere (Results 1 – 7 of 7) sorted by relevance
296 bool hasAttrSomewhere(Attribute::AttrKind Attr) const;
1761 return AttributeList.hasAttrSomewhere(Attribute::ByVal);3666 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
2127 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()2128 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()2348 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
536 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) { in SurveyFunction()
2063 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
1011 bool AttributeSet::hasAttrSomewhere(Attribute::AttrKind Attr) const { in hasAttrSomewhere() function in AttributeSet