Home
last modified time | relevance | path

Searched refs:SSPStrong (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DOpenBSD.h90 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DFuchsia.h68 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DPS4CPU.h81 return LangOptions::SSPStrong; in GetDefaultStackProtectorLevel()
H A DClang.cpp3250 StackProtectorLevel = LangOptions::SSPStrong; in RenderSSPOptions()
7713 CmdArgs.push_back(Args.MakeArgString(Twine(LangOptions::SSPStrong))); in AddClangCLArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h88 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp1197 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in InitializePredefinedMacros()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2020 else if (LangOpts.getStackProtector() == LangOptions::SSPStrong) in SetLLVMFunctionAttributesForDefinition()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6250 NormalizedValues<["SSPOff", "SSPOn", "SSPStrong", "SSPReq"]>,