Searched refs:getSSPStackGuardCheck (Results 1 – 11 of 11) sorted by relevance
491 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
1964 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
662 Function *getSSPStackGuardCheck(const Module &M) const override;
19439 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering19443 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1366 Function *getSSPStackGuardCheck(const Module &M) const override;
2570 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering2576 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
678 Function *getSSPStackGuardCheck(const Module &M) const override;
17051 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering17055 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1783 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1598 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2654 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()