Searched refs:IsLarge (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 119 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() argument 137 IsLarge = true; in ContainsProtectableArray() 154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 158 if (IsLarge) in ContainsProtectableArray() 263 bool IsLarge = false; in RequiresStackProtector() local 264 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() 265 Layout.insert(std::make_pair(AI, IsLarge ? SSPLK_LargeArray in RequiresStackProtector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 113 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() argument 131 IsLarge = true; in ContainsProtectableArray() 148 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 152 if (IsLarge) in ContainsProtectableArray() 287 bool IsLarge = false; in RequiresStackProtector() local 288 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() 289 Layout.insert(std::make_pair(AI, IsLarge in RequiresStackProtector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 95 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
/external/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|