Searched refs:getSSPStackGuardCheck (Results 1 – 11 of 11) sorted by relevance
491 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
1996 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
677 Function *getSSPStackGuardCheck(const Module &M) const override;
20159 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering20163 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
679 Function *getSSPStackGuardCheck(const Module &M) const override;
17620 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering17624 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1366 Function *getSSPStackGuardCheck(const Module &M) const override;
2573 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering2579 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1806 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1607 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2655 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()