Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.h90 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DFuchsia.h80 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DPS4CPU.h84 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DClang.cpp3354 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()
8027 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h89 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1246 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2407 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPStrong)) in SetLLVMFunctionAttributesForDefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7595 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,