Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h474 bool hasStackProtectorFnAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp848 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
H A DAttributes.cpp2552 if (!Caller.hasStackProtectorFnAttr()) in adjustCallerSSPLevel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2363 if (!F.hasStackProtectorFnAttr()) in ShouldSetSSPCanaryBitInTB()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1557 } else if (!GV.hasStackProtectorFnAttr()) { in beginFunctionImpl()