Searched refs:ContainsProtectableArray (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | StackProtector.h | 93 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 117 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() function in StackProtector 150 if (ContainsProtectableArray(ET, IsLarge, Strong, true)) { in ContainsProtectableArray() 342 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
|