Lines Matching refs:StackProtector
39 #include "llvm/CodeGen/StackProtector.h"
124 INITIALIZE_PASS_DEPENDENCY(StackProtector)
138 AU.addRequired<StackProtector>();
564 StackProtector *SP = &getAnalysis<StackProtector>();
701 case StackProtector::SSPLK_None:
703 case StackProtector::SSPLK_SmallArray:
706 case StackProtector::SSPLK_AddrOf:
709 case StackProtector::SSPLK_LargeArray: