Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp113 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()
285 bool IsLarge = false; in RequiresStackProtector() local
286 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
287 Layout.insert(std::make_pair(AI, IsLarge in RequiresStackProtector()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DStackProtector.h95 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,