Searched refs:ContainsProtectableArray (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 119 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() function in StackProtector 154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 339 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | StackProtector.h | 94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|