Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DStackProtector.h84 bool InsertStackProtectors();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp111 bool Changed = InsertStackProtectors(); in runOnFunction()
443 bool StackProtector::InsertStackProtectors() { in InsertStackProtectors() function in StackProtector