Home
last modified time | relevance | path

Searched refs:ContainsProtectableArray (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DStackProtector.cpp119 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 DStackProtector.cpp117 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 DStackProtector.cpp124 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 DStackProtector.h94 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 DStackProtector.h96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DStackProtector.h102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,