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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackProtector.h100 /// RequiresStackProtector - Check whether or not this function needs a
102 bool RequiresStackProtector();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp100 if (!RequiresStackProtector())
274 bool StackProtector::RequiresStackProtector() { function in class:StackProtector

Completed in 104 milliseconds