Searched refs:SSPStrong (Results 1 – 8 of 8) sorted by relevance
85 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
65 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
79 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
3097 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()7121 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
64 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
1084 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
1740 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()
5491 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,