Home
last modified time | relevance | path

Searched refs:SSPOn (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h580 return LangOptions::SSPOn; in GetDefaultStackProtectorLevel()
582 return LangOptions::SSPOn; in GetDefaultStackProtectorLevel()
584 return LangOptions::SSPOn; in GetDefaultStackProtectorLevel()
H A DClang.cpp3505 std::max<>(LangOptions::SSPOn, DefaultStackProtectorLevel); in RenderSSPOptions()
/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.cpp1391 if (LangOpts.getStackProtector() == LangOptions::SSPOn) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2437 isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()
2439 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7909 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,