Searched refs:ContainsProtectableArray (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 108 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() function in StackProtector 143 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 240 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|