Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp946 static bool isStackProtectorOn(const LangOptions &LangOpts, in isStackProtectorOn() function
2635 isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()
2637 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()
2639 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPStrong)) in SetLLVMFunctionAttributesForDefinition()
2641 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPReq)) in SetLLVMFunctionAttributesForDefinition()