Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCrossWindows.h65 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
H A DDarwin.h569 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
H A DClang.cpp3342 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions()
3358 if (EffectiveTriple.isBPF() && StackProtectorLevel != LangOptions::SSPOff) { in RenderSSPOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h89 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
H A DLangOptions.def378 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h473 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
H A DOptions.td7595 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,
7596 MarshallingInfoEnum<LangOpts<"StackProtector">, "SSPOff">;