Searched refs:SSPStrong (Results 1 – 8 of 8) sorted by relevance
89 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
67 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
81 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
3268 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()7605 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
84 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
1184 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
1950 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()
6053 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,