Searched refs:SSPStrong (Results 1 – 8 of 8) sorted by relevance
90 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
80 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
84 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
3354 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()8027 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
89 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
1246 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
2407 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPStrong)) in SetLLVMFunctionAttributesForDefinition()
7595 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,