Searched refs:hasStackProtectorFnAttr (Results 1 – 4 of 4) sorted by relevance
2804 if (Caller->hasStackProtectorFnAttr() && !Callee->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()2807 if (Callee->hasStackProtectorFnAttr() && !Caller->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()
402 bool hasStackProtectorFnAttr() const;
661 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
2197 if (!F.hasStackProtectorFnAttr()) in ShouldSetSSPCanaryBitInTB()