Searched refs:StackProtectorLevel (Results 1 – 1 of 1) sorted by relevance
3085 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local3094 StackProtectorLevel = in RenderSSPOptions()3097 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()3099 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()3101 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3104 if (StackProtectorLevel) { in RenderSSPOptions()3106 CmdArgs.push_back(Args.MakeArgString(Twine(StackProtectorLevel))); in RenderSSPOptions()3113 if (StackProtectorLevel) { in RenderSSPOptions()