Searched refs:StackProtectorLevel (Results 1 – 1 of 1) sorted by relevance
3495 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local3504 StackProtectorLevel = in RenderSSPOptions()3507 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()3509 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()3511 if (EffectiveTriple.isBPF() && StackProtectorLevel != LangOptions::SSPOff) { in RenderSSPOptions()3514 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3517 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()3520 if (StackProtectorLevel) { in RenderSSPOptions()3522 CmdArgs.push_back(Args.MakeArgString(Twine(StackProtectorLevel))); in RenderSSPOptions()3529 if (StackProtectorLevel) { in RenderSSPOptions()