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.h466 bool hasStackProtectorFnAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp831 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
H A DAttributes.cpp2253 if (!Caller.hasStackProtectorFnAttr()) in adjustCallerSSPLevel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2316 if (!F.hasStackProtectorFnAttr()) in ShouldSetSSPCanaryBitInTB()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1543 } else if (!GV.hasStackProtectorFnAttr()) { in beginFunctionImpl()