Home
last modified time | relevance | path

Searched refs:SSPReq (Results 1 – 10 of 10) sorted by relevance

/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.cpp891 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
DCompilerInvocation.cpp2141 case 3: Opts.setStackProtector(LangOptions::SSPReq); break; in ParseLangArgs()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp1039 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
DCompilerInvocation.cpp3433 case 3: Opts.setStackProtector(LangOptions::SSPReq); break; in ParseLangArgs()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp863 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in SetLLVMFunctionAttributesForDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1654 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in SetLLVMFunctionAttributesForDefinition()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp3002 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()
/external/clang/lib/Driver/
DTools.cpp5092 StackProtectorLevel = LangOptions::SSPReq; in ConstructJob()