Searched refs:ContainsProtectableArray (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 209 static bool ContainsProtectableArray(Type *Ty, Module *M, unsigned SSPBufferSize, in ContainsProtectableArray() function 242 if (ContainsProtectableArray(ET, M, SSPBufferSize, IsLarge, Strong, true)) { in ContainsProtectableArray() 453 if (ContainsProtectableArray(AI->getAllocatedType(), M, SSPBufferSize, in requiresStackProtector()
|