Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DOpenBSD.h85 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DFuchsia.h65 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DPS4CPU.h79 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DClang.cpp3097 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()
7121 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h64 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp1084 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1740 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5491 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,