Home
last modified time | relevance | path

Searched refs:getSSPStackGuardCheck (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp637 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
H A DTargetLoweringBase.cpp2074 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h705 Function *getSSPStackGuardCheck(const Module &M) const override;
H A DARMISelLowering.cpp21391 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering
21395 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h339 Function *getSSPStackGuardCheck(const Module &M) const override;
H A DAArch64ISelLowering.cpp28364 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering
28368 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1595 Function *getSSPStackGuardCheck(const Module &M) const override;
H A DX86ISelLoweringCall.cpp644 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering
650 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3796 TLI->getSSPStackGuardCheck(*MF->getFunction().getParent()); in finalizeBasicBlock()
3867 if (const Function *GuardCheckFn = TLI->getSSPStackGuardCheck(M)) { in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2125 virtual Function *getSSPStackGuardCheck(const Module &M) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1871 TLI->getSSPStackGuardCheck(*Fn.getParent()) && Fn.hasMinSize(); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp3083 const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M); in visitSPDescriptorParent()
3161 auto *GuardCheckFn = TLI.getSSPStackGuardCheck(M); in visitSPDescriptorFailure()