HomeSort by: relevance | last modified time | path
    Searched refs:hasStackProtectorFnAttr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 401 bool hasStackProtectorFnAttr() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 2575 if (Caller->hasStackProtectorFnAttr() && !Callee->hasStackProtectorFnAttr())
2578 if (Callee->hasStackProtectorFnAttr() && !Caller->hasStackProtectorFnAttr())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 2162 assert(!(!Callee.hasStackProtectorFnAttr() &&
2163 Caller.hasStackProtectorFnAttr()) &&
2165 assert(!(!Caller.hasStackProtectorFnAttr() &&
2166 Callee.hasStackProtectorFnAttr()) &&
Function.cpp 668 bool Function::hasStackProtectorFnAttr() const {

Completed in 70 milliseconds