Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp73 static bool InsertStackProtectors(const TargetMachine *TM, Function *F,
136 bool Changed = InsertStackProtectors(TM, &F, DT ? &DTU : nullptr, in run()
195 InsertStackProtectors(TM, F, DTU ? &*DTU : nullptr, in runOnFunction()
548 bool InsertStackProtectors(const TargetMachine *TM, Function *F, in InsertStackProtectors() function