Searched refs:SSPStrong (Results 1 – 8 of 8) sorted by relevance
90 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
68 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
81 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
3250 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()7713 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
88 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
1197 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
2020 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()
6250 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,