Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackProtector.h81 bool InsertStackProtectors();
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackProtector.cpp111 return InsertStackProtectors(); in runOnFunction()
436 bool StackProtector::InsertStackProtectors() { in InsertStackProtectors() function in StackProtector