Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackProtector.cpp367 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
DTargetLoweringBase.cpp1840 Value *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp410 if (Value* GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors()
DTargetLoweringBase.cpp1647 Value *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in TargetLoweringBase
/external/llvm/lib/Target/X86/
DX86ISelLowering.h981 Value *getSSPStackGuardCheck(const Module &M) const override;
DX86ISelLowering.cpp2006 Value *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering
2010 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1082 Value *getSSPStackGuardCheck(const Module &M) const override;
DX86ISelLowering.cpp2158 Value *X86TargetLowering::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck() function in X86TargetLowering
2164 return TargetLowering::getSSPStackGuardCheck(M); in getSSPStackGuardCheck()
/external/llvm/include/llvm/Target/
DTargetLowering.h1091 virtual Value *getSSPStackGuardCheck(const Module &M) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1456 virtual Value *getSSPStackGuardCheck(const Module &M) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1467 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
DSelectionDAGBuilder.cpp2053 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1718 TLI->getSSPStackGuardCheck(*Fn.getParent()); in SelectAllBasicBlocks()
DSelectionDAGBuilder.cpp2238 if (const Value *GuardCheck = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent()