Searched refs:getSSPStackGuardCheck (Results 1 – 12 of 12) sorted by relevance
637 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
2074 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
705 Function *getSSPStackGuardCheck(const Module &M) const override;
21391 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering21395 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
339 Function *getSSPStackGuardCheck(const Module &M) const override;
28364 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering28368 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1595 Function *getSSPStackGuardCheck(const Module &M) const override;
644 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering650 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
3796 TLI->getSSPStackGuardCheck(*MF->getFunction().getParent()); in finalizeBasicBlock()3867 if (const Function *GuardCheckFn = TLI->getSSPStackGuardCheck(M)) { in emitSPDescriptorParent()
2125 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1871 TLI->getSSPStackGuardCheck(*Fn.getParent()) && Fn.hasMinSize(); in SelectAllBasicBlocks()
3083 const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M); in visitSPDescriptorParent()3161 auto *GuardCheckFn = TLI.getSSPStackGuardCheck(M); in visitSPDescriptorFailure()