Home
last modified time | relevance | path

Searched refs:ContainsProtectableArray (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DStackProtector.cpp61 bool ContainsProtectableArray(Type *Ty, bool InStruct = false) const;
105 bool StackProtector::ContainsProtectableArray(Type *Ty, bool InStruct) const { in ContainsProtectableArray() function in StackProtector
129 if (ContainsProtectableArray(*I, true)) in ContainsProtectableArray()
157 if (ContainsProtectableArray(AI->getAllocatedType())) in RequiresStackProtector()