Home
last modified time | relevance | path

Searched refs:StackProtectorLevel (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3092 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local
3101 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()