Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.h102 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DClang.cpp3507 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()
8249 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h78 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1393 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2441 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPStrong)) in SetLLVMFunctionAttributesForDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7909 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,