Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DOpenBSD.h85 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
DFuchsia.h65 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
DPS4CPU.h79 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
DClang.cpp3000 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()
6788 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
/external/clang/include/clang/Basic/
DLangOptions.h53 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h60 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/external/clang/lib/Frontend/
DInitPreprocessor.cpp889 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
DCompilerInvocation.cpp2140 case 2: Opts.setStackProtector(LangOptions::SSPStrong); break; in ParseLangArgs()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp1037 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
DCompilerInvocation.cpp3432 case 2: Opts.setStackProtector(LangOptions::SSPStrong); break; in ParseLangArgs()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp861 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()
/external/clang/lib/Driver/
DTools.cpp5090 StackProtectorLevel = LangOptions::SSPStrong; in ConstructJob()
6317 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1652 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()