Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp2162 assert(!(!Callee.hasStackProtectorFnAttr() && in adjustCallerSSPLevel()
2163 Caller.hasStackProtectorFnAttr()) && in adjustCallerSSPLevel()
2165 assert(!(!Caller.hasStackProtectorFnAttr() && in adjustCallerSSPLevel()
2166 Callee.hasStackProtectorFnAttr()) && in adjustCallerSSPLevel()
H A DFunction.cpp668 bool Function::hasStackProtectorFnAttr() const { in hasStackProtectorFnAttr() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2575 if (Caller->hasStackProtectorFnAttr() && !Callee->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()
2578 if (Callee->hasStackProtectorFnAttr() && !Caller->hasStackProtectorFnAttr()) in getAttributeBasedInliningDecision()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h401 bool hasStackProtectorFnAttr() const;