Home
last modified time | relevance | path

Searched refs:hasStackProtectorFnAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2804 if (Caller->hasStackProtectorFnAttr() && !Callee->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()
2807 if (Callee->hasStackProtectorFnAttr() && !Caller->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h402 bool hasStackProtectorFnAttr() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp661 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2197 if (!F.hasStackProtectorFnAttr()) in ShouldSetSSPCanaryBitInTB()