Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp491 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
H A DTargetLoweringBase.cpp1964 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h662 Function *getSSPStackGuardCheck(const Module &M) const override;
H A DARMISelLowering.cpp19439 Function *ARMTargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in ARMTargetLowering
19443 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1366 Function *getSSPStackGuardCheck(const Module &M) const override;
H A DX86ISelLowering.cpp2570 Function *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering
2576 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h678 Function *getSSPStackGuardCheck(const Module &M) const override;
H A DAArch64ISelLowering.cpp17051 Function *AArch64TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in AArch64TargetLowering
17055 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1783 virtual Function *getSSPStackGuardCheck(const Module &M) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1598 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp2654 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()