Searched refs:isStackProtectorOn (Results 1 – 1 of 1) sorted by relevance
837 static bool isStackProtectorOn(const LangOptions &LangOpts, in isStackProtectorOn() function2437 isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()2439 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()2441 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPStrong)) in SetLLVMFunctionAttributesForDefinition()2443 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPReq)) in SetLLVMFunctionAttributesForDefinition()