Searched refs:SSPOff (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 78 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
|
H A D | LangOptions.def | 395 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 586 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
|
H A D | Clang.cpp | 3495 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions() 3511 if (EffectiveTriple.isBPF() && StackProtectorLevel != LangOptions::SSPOff) { in RenderSSPOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 484 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
|
H A D | Options.td | 7909 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>, 7910 MarshallingInfoEnum<LangOpts<"StackProtector">, "SSPOff">;
|