Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DLangOptions.h61 enum StackProtectorMode { SSPOff, SSPOn, SSPReq }; enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitPreprocessor.cpp696 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
DCompilerInvocation.cpp1435 case 2: Opts.setStackProtector(LangOptions::SSPReq); break; in ParseLangArgs()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp709 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in SetLLVMFunctionAttributesForDefinition()