Searched refs:IsSafeStackAlloca (Results 1 – 2 of 2) sorted by relevance
180 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);266 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() function in __anon825189cb0111::SafeStack416 if (IsSafeStackAlloca(AI, Size)) in findInsts()446 if (IsSafeStackAlloca(&Arg, Size)) in findInsts()
196 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);274 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() function in __anonaf4797030111::SafeStack386 if (IsSafeStackAlloca(AI, Size)) in findInsts()416 if (IsSafeStackAlloca(&Arg, Size)) in findInsts()