Searched refs:SSPOff (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 97 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
|
| H A D | LangOptions.def | 361 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff, NotCompatible,
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 628 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
|
| H A D | Clang.cpp | 3505 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 D | ToolChain.h | 488 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
|
| H A D | Options.td | 8451 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>, 8452 MarshallingInfoEnum<LangOpts<"StackProtector">, "SSPOff">;
|