Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp113 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() function in StackProtector
148 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray()
288 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackProtector.h95 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/external/llvm/include/llvm/CodeGen/
DStackProtector.h102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,