Searched refs:SSPOn (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 580 return LangOptions::SSPOn; in GetDefaultStackProtectorLevel() 582 return LangOptions::SSPOn; in GetDefaultStackProtectorLevel() 584 return LangOptions::SSPOn; in GetDefaultStackProtectorLevel()
|
H A D | Clang.cpp | 3505 std::max<>(LangOptions::SSPOn, DefaultStackProtectorLevel); in RenderSSPOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 78 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1391 if (LangOpts.getStackProtector() == LangOptions::SSPOn) in InitializePredefinedMacros()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2437 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 D | Options.td | 7909 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,
|