Lines Matching refs:Strong
120 bool Strong, in ContainsProtectableArray() argument
130 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()
141 if (Strong) in ContainsProtectableArray()
154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray()
212 bool Strong = false; in RequiresStackProtector() local
227 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector()
229 Strong = true; in RequiresStackProtector()
241 if (Strong) in RequiresStackProtector()
250 } else if (Strong) { in RequiresStackProtector()
264 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
271 if (Strong && HasAddressTaken(AI)) { in RequiresStackProtector()