Searched refs:SSPOff (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | CrossWindows.h | 65 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
|
| H A D | Darwin.h | 560 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
|
| H A D | Clang.cpp | 3256 LangOptions::StackProtectorMode StackProtectorLevel = LangOptions::SSPOff; in RenderSSPOptions()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 84 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
|
| H A D | LangOptions.def | 361 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 438 return LangOptions::SSPOff; in GetDefaultStackProtectorLevel()
|
| H A D | Options.td | 6053 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>, 6054 MarshallingInfoEnum<LangOpts<"StackProtector">, "SSPOff">;
|