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

/external/clang/include/clang/Basic/
H A DLangOptions.h60 enum StackProtectorMode { SSPOff, SSPOn, SSPStrong, SSPReq }; enumerator in enum:clang::LangOptions::StackProtectorMode
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp802 else if (LangOpts.getStackProtector() == LangOptions::SSPReq)
H A DCompilerInvocation.cpp1594 case 3: Opts.setStackProtector(LangOptions::SSPReq); break;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp728 else if (LangOpts.getStackProtector() == LangOptions::SSPReq)
/external/clang/lib/Driver/
H A DTools.cpp3428 StackProtectorLevel = LangOptions::SSPReq;

Completed in 189 milliseconds