Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.h58 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitPreprocessor.cpp1019 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
HDCompilerInvocation.cpp3216 case 3: Opts.setStackProtector(LangOptions::SSPReq); break; in ParseLangArgs()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1511 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in SetLLVMFunctionAttributesForDefinition()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp2936 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()