HomeSort by relevance Sort by last modified time
    Searched refs:StackProtectStrong (Results 1 - 9 of 9) 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/include/llvm/IR/
Attributes.h 102 StackProtectStrong, ///< Strong Stack protection.
  /external/llvm/lib/CodeGen/
StackProtector.cpp 224 Attribute::StackProtectStrong))
  /external/llvm/lib/IR/
Attributes.cpp 215 if (hasAttribute(Attribute::StackProtectStrong))
377 case Attribute::StackProtectStrong: return 1ULL << 35;
    [all...]
Verifier.cpp 738 I->getKindAsEnum() == Attribute::StackProtectStrong ||
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 224 case Attribute::StackProtectStrong:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 503 HANDLE_ATTR(StackProtectStrong);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 601 *Kind = Attribute::StackProtectStrong;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 317 milliseconds