Home
last modified time | relevance | path

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

/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.cpp1395 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2443 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPReq)) in SetLLVMFunctionAttributesForDefinition()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3509 StackProtectorLevel = LangOptions::SSPReq; in RenderSSPOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7909 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,