HomeSort by relevance Sort by last modified time
    Searched refs:StackProtectStrong (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 83 .addAttribute(Attribute::StackProtectStrong);
95 Attribute::StackProtectStrong) &&
99 Caller->addFnAttr(Attribute::StackProtectStrong);
105 Attribute::StackProtectStrong))
  /external/llvm/lib/CodeGen/
StackProtector.cpp 209 Attribute::StackProtectStrong))
  /external/llvm/include/llvm/IR/
Attributes.h 98 StackProtectStrong, ///< Strong Stack protection.
  /external/llvm/lib/IR/
Attributes.cpp 206 if (hasAttribute(Attribute::StackProtectStrong))
392 case Attribute::StackProtectStrong: return 1ULL << 35;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 503 HANDLE_ATTR(StackProtectStrong);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 928 case lltok::kw_sspstrong: B.addAttribute(Attribute::StackProtectStrong); break;
    [all...]

Completed in 204 milliseconds