Searched refs:StackProtectorLevel (Results 1 – 1 of 1) sorted by relevance
3256 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local3265 StackProtectorLevel = in RenderSSPOptions()3268 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()3270 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()3272 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3275 if (StackProtectorLevel) { in RenderSSPOptions()3277 CmdArgs.push_back(Args.MakeArgString(Twine(StackProtectorLevel))); in RenderSSPOptions()3284 if (StackProtectorLevel) { in RenderSSPOptions()