Searched refs:StackProtectorLevel (Results 1 – 1 of 1) sorted by relevance
3505 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local3514 StackProtectorLevel = in RenderSSPOptions()3517 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()3519 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()3521 if (EffectiveTriple.isBPF() && StackProtectorLevel != LangOptions::SSPOff) { in RenderSSPOptions()3524 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3527 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3530 if (StackProtectorLevel) { in RenderSSPOptions()3532 CmdArgs.push_back(Args.MakeArgString(Twine(StackProtectorLevel))); in RenderSSPOptions()3539 if (StackProtectorLevel) { in RenderSSPOptions()