Searched refs:SSPReq (Results 1 – 10 of 10) sorted by relevance
53 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
60 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
891 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
2141 case 3: Opts.setStackProtector(LangOptions::SSPReq); break; in ParseLangArgs()
1039 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
3433 case 3: Opts.setStackProtector(LangOptions::SSPReq); break; in ParseLangArgs()
863 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in SetLLVMFunctionAttributesForDefinition()
1654 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in SetLLVMFunctionAttributesForDefinition()
3002 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()
5092 StackProtectorLevel = LangOptions::SSPReq; in ConstructJob()