Searched refs:hasStackProtectorFnAttr (Results 1 – 4 of 4) sorted by relevance
2394 if (Caller->hasStackProtectorFnAttr() && !Callee->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()2397 if (Callee->hasStackProtectorFnAttr() && !Caller->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()
1944 assert(!(!Callee.hasStackProtectorFnAttr() && in adjustCallerSSPLevel()1945 Caller.hasStackProtectorFnAttr()) && in adjustCallerSSPLevel()1947 assert(!(!Caller.hasStackProtectorFnAttr() && in adjustCallerSSPLevel()1948 Callee.hasStackProtectorFnAttr()) && in adjustCallerSSPLevel()
613 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
391 bool hasStackProtectorFnAttr() const;