Searched refs:StackProtectorLevel (Results 1 – 1 of 1) sorted by relevance
3238 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local3247 StackProtectorLevel = in RenderSSPOptions()3250 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()3252 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()3254 if (EffectiveTriple.isBPF() && StackProtectorLevel != LangOptions::SSPOff) { in RenderSSPOptions()3257 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3260 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3263 if (StackProtectorLevel) { in RenderSSPOptions()3265 CmdArgs.push_back(Args.MakeArgString(Twine(StackProtectorLevel))); in RenderSSPOptions()3272 if (StackProtectorLevel) { in RenderSSPOptions()