Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h422 bool hasStackProtectorFnAttr() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1904 if (!Caller.hasStackProtectorFnAttr()) in adjustCallerSSPLevel()
H A DFunction.cpp706 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2222 if (!F.hasStackProtectorFnAttr()) in ShouldSetSSPCanaryBitInTB()