Searched refs:getSSPStackGuardCheck (Results 1 – 18 of 18) sorted by relevance
367 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
1840 Value *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
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()
981 Value *getSSPStackGuardCheck(const Module &M) const override;
2006 Value *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering2010 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()
1091 virtual Value *getSSPStackGuardCheck(const Module &M) const;
1630 virtual Function *getSSPStackGuardCheck(const Module &M) const;
1467 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2053 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()
1591 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2560 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()