Searched refs:StackProtectorLevel (Results 1 – 1 of 1) sorted by relevance
3092 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local3101 StackProtectorLevel = in RenderSSPOptions()3104 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()3106 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()3108 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3111 if (StackProtectorLevel) { in RenderSSPOptions()3113 CmdArgs.push_back(Args.MakeArgString(Twine(StackProtectorLevel))); in RenderSSPOptions()3120 if (StackProtectorLevel) { in RenderSSPOptions()