Searched refs:getSSPStackGuardCheck (Results 1 – 12 of 12) sorted by relevance
512 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
1994 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
674 Function *getSSPStackGuardCheck(const Module &M) const override;
21230 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering21234 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
732 Function *getSSPStackGuardCheck(const Module &M) const override;
22585 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering22589 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1479 Function *getSSPStackGuardCheck(const Module &M) const override;
3052 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering3058 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
3186 TLI.getSSPStackGuardCheck(*MF->getFunction().getParent()); in finalizeBasicBlock()3258 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in emitSPDescriptorParent()
1894 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1618 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2734 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()