Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp3085 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() local
3094 StackProtectorLevel = in RenderSSPOptions()
3097 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()
3099 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()
3101 StackProtectorLevel = DefaultStackProtectorLevel; in RenderSSPOptions()
3104 if (StackProtectorLevel) { in RenderSSPOptions()
3106 CmdArgs.push_back(Args.MakeArgString(Twine(StackProtectorLevel))); in RenderSSPOptions()
3113 if (StackProtectorLevel) { in RenderSSPOptions()