Searched refs:SSPReq (Results 1 – 5 of 5) sorted by relevance
78 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
1395 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
2443 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPReq)) in SetLLVMFunctionAttributesForDefinition()
3509 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()
7909 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,