Searched refs:getSSPStackGuardCheck (Results 1 – 11 of 11) sorted by relevance
449 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
1797 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
575 Function *getSSPStackGuardCheck(const Module &M) const override;
16848 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering16852 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
496 Function *getSSPStackGuardCheck(const Module &M) const override;
13245 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering13249 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1220 Function *getSSPStackGuardCheck(const Module &M) const override;
2519 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering2525 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1630 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1591 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2560 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()