Searched refs:isStackProtectorOn (Results 1 – 1 of 1) sorted by relevance
795 static bool isStackProtectorOn(const LangOptions &LangOpts, in isStackProtectorOn() function2403 isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()2405 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPOn)) in SetLLVMFunctionAttributesForDefinition()2407 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPStrong)) in SetLLVMFunctionAttributesForDefinition()2409 else if (isStackProtectorOn(LangOpts, getTriple(), LangOptions::SSPReq)) in SetLLVMFunctionAttributesForDefinition()