Searched refs:getSSPStackGuardCheck (Results 1 – 12 of 12) sorted by relevance
622 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in CreateFailBB()
1967 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
684 Function *getSSPStackGuardCheck(const Module &M) const override;
21461 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering21465 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1508 Function *getSSPStackGuardCheck(const Module &M) const override;
627 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering633 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
818 Function *getSSPStackGuardCheck(const Module &M) const override;
26802 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering26806 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
3640 TLI->getSSPStackGuardCheck(*MF->getFunction().getParent()); in finalizeBasicBlock()3711 if (const Function *GuardCheckFn = TLI->getSSPStackGuardCheck(M)) { in emitSPDescriptorParent()
2068 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1848 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
3108 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()