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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 92 .addAttribute(Attribute::StackProtectStrong);
104 Attribute::StackProtectStrong) &&
108 Caller->addFnAttr(Attribute::StackProtectStrong);
114 Attribute::StackProtectStrong))
  /external/llvm/include/llvm/IR/
Attributes.h 107 StackProtectStrong, ///< Strong Stack protection.
  /external/llvm/lib/CodeGen/
StackProtector.cpp 206 Attribute::StackProtectStrong))
  /external/llvm/lib/IR/
Attributes.cpp 224 if (hasAttribute(Attribute::StackProtectStrong))
390 case Attribute::StackProtectStrong: return 1ULL << 35;
    [all...]
Verifier.cpp 759 I->getKindAsEnum() == Attribute::StackProtectStrong ||
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 230 case Attribute::StackProtectStrong:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 512 HANDLE_ATTR(StackProtectStrong);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 727 B.addAttribute(llvm::Attribute::StackProtectStrong);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 618 return Attribute::StackProtectStrong;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 333 milliseconds