Searched refs:ContainsProtectableArray (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/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() 264 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 117 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() function in StackProtector 152 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 318 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 124 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() function in StackProtector 157 if (ContainsProtectableArray(ET, IsLarge, Strong, true)) { in ContainsProtectableArray() 349 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | StackProtector.h | 94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | StackProtector.h | 96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | StackProtector.h | 102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|