Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDLangOptions.h61 enum StackProtectorMode { SSPOff, SSPOn, SSPReq }; enumerator
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp696 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in InitializePredefinedMacros()
HDCompilerInvocation.cpp1435 case 2: Opts.setStackProtector(LangOptions::SSPReq); break; in ParseLangArgs()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp709 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) in SetLLVMFunctionAttributesForDefinition()