Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DStackProtector.h96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/openbsd-src/gnu/llvm/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()