Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h430 bool hasStackProtectorFnAttr() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp1982 if (!Caller.hasStackProtectorFnAttr()) in adjustCallerSSPLevel()
H A DFunction.cpp731 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2269 if (!F.hasStackProtectorFnAttr()) in ShouldSetSSPCanaryBitInTB()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1518 } else if (!GV.hasStackProtectorFnAttr()) { in beginFunctionImpl()