Searched refs:SSPStrong (Results 1 – 7 of 7) sorted by relevance
91 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
102 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
3517 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()8296 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
97 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
1414 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
2639 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPStrong)) in SetLLVMFunctionAttributesForDefinition()
8451 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,