Home
last modified time | relevance | path

Searched refs:SSPStrong (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DOpenBSD.h89 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DFuchsia.h67 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DPS4CPU.h81 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DClang.cpp3268 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()
7605 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h84 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp1184 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1950 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6053 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,