Searched refs:ContainsProtectableArray (Results 1 – 1 of 1) sorted by relevance
61 bool ContainsProtectableArray(Type *Ty, bool InStruct = false) const;105 bool StackProtector::ContainsProtectableArray(Type *Ty, bool InStruct) const { in ContainsProtectableArray() function in StackProtector129 if (ContainsProtectableArray(*I, true)) in ContainsProtectableArray()157 if (ContainsProtectableArray(AI->getAllocatedType())) in RequiresStackProtector()