Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Function

27 #include "llvm/IR/Function.h"
46 Function *F;
58 /// the function.
78 /// RequiresStackProtector - Check whether or not this function needs a
95 virtual bool runOnFunction(Function &Fn);
107 bool StackProtector::runOnFunction(Function &Fn) {
190 /// \brief Check whether or not this function needs a stack protector based
215 for (Function::iterator I = F->begin(), E = F->end(); I != E; ++I) {
253 /// function.
264 for (Function::iterator I = F->begin(), E = F->end(); I != E; ) {
350 // statements in the function.