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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DStackProtector.h90 /// ContainsProtectableArray - Check whether the type either is an array or
96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp82 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, function in class:StackProtector
117 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
223 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) {

Completed in 114 milliseconds