Home
last modified time | relevance | path

Searched refs:IsLarge (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DStackProtector.cpp108 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() argument
126 IsLarge = true; in ContainsProtectableArray()
143 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray()
147 if (IsLarge) in ContainsProtectableArray()
239 bool IsLarge = false; in RequiresStackProtector() local
240 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
241 Layout.insert(std::make_pair(AI, IsLarge ? SSPLK_LargeArray in RequiresStackProtector()
/external/llvm/include/llvm/CodeGen/
DStackProtector.h96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,