Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h97 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
H A DLangOptions.def361 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff, NotCompatible,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h628 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
H A DClang.cpp3505 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions()
3521 if (EffectiveTriple.isBPF() && StackProtectorLevel != LangOptions::SSPOff) { in RenderSSPOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h488 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
H A DOptions.td8451 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,
8452 MarshallingInfoEnum<LangOpts<"StackProtector">, "SSPOff">;