Searched refs:getSSPStackGuardCheck (Results 1 – 9 of 9) sorted by relevance
417 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
1659 Value *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
412 Value *getSSPStackGuardCheck(const Module &M) const override;
11761 Value *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering11765 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1106 Value *getSSPStackGuardCheck(const Module &M) const override;
2307 Value *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering2313 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
1518 virtual Value *getSSPStackGuardCheck(const Module &M) const;
1769 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
2265 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()