Searched refs:getSSPStackGuardCheck (Results 1 – 12 of 12) sorted by relevance
492 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
2009 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
679 Function *getSSPStackGuardCheck(const Module &M) const override;
21134 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering21138 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
714 Function *getSSPStackGuardCheck(const Module &M) const override;
20664 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering20668 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1427 Function *getSSPStackGuardCheck(const Module &M) const override;
2974 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering2980 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
3161 TLI.getSSPStackGuardCheck(*MF->getFunction().getParent()); in finalizeBasicBlock()3233 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in emitSPDescriptorParent()
1861 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1571 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2676 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()