Searched refs:getSSPStackGuardCheck (Results 1 – 12 of 12) sorted by relevance
622 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
2041 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
685 Function *getSSPStackGuardCheck(const Module &M) const override;
21438 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering21442 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
795 Function *getSSPStackGuardCheck(const Module &M) const override;
25356 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering25360 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1502 Function *getSSPStackGuardCheck(const Module &M) const override;
625 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering631 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
3439 TLI.getSSPStackGuardCheck(*MF->getFunction().getParent()); in finalizeBasicBlock()3511 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in emitSPDescriptorParent()
1991 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1736 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2915 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()