Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackProtector.h102 bool RequiresStackProtector();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp101 if (!RequiresStackProtector()) in runOnFunction()
275 bool StackProtector::RequiresStackProtector() { in RequiresStackProtector() function in StackProtector