Home | History | Annotate | Download | only in llvm-objdump

Lines Matching defs:Version

172   errs() << "', see --version and --triple.\n";
566 outs() << " (compatibility version "
570 outs() << " current version "
2718 uint32_t version;
2722 uint32_t version;
2726 uint32_t version;
2746 uint32_t version;
2764 int32_t version;
3005 sys::swapByteOrder(o.version);
3010 sys::swapByteOrder(o.version);
3015 sys::swapByteOrder(o.version);
3030 sys::swapByteOrder(module.version);
3047 sys::swapByteOrder(objc_class.version);
4658 outs() << "\t\t version " << format("0x%08" PRIx32, objc_class->version)
5078 outs() << " version " << o.version << "\n";
5091 outs() << " unknown future Swift version (" << swift_version << ")";
5118 outs() << " version " << o.version << "\n";
5131 outs() << " unknown future Swift version (" << swift_version << ")";
5158 outs() << " version " << o.version << "\n";
5422 outs() << " version " << module.version << "\n";
6686 uint32_t Version = readNext<uint32_t>(Pos);
6687 outs() << " Version: "
6688 << format("0x%" PRIx32, Version) << '\n';
6689 assert(Version == 1 && "only understand version 1");
7715 outs() << " version " << ((vd.version
7716 << ((vd.version >> 8) & 0xff);
7717 if ((vd.version & 0xff) != 0)
7718 outs() << "." << (vd.version & 0xff);
7738 uint64_t a = (sd.version >> 40) & 0xffffff;
7739 uint64_t b = (sd.version >> 30) & 0x3ff;
7740 uint64_t c = (sd.version >> 20) & 0x3ff;
7741 uint64_t d = (sd.version >> 10) & 0x3ff;
7742 uint64_t e = sd.version & 0x3ff;
7743 outs() << " version " << a << "." << b;
8312 outs() << " current version ";
8319 outs() << "compatibility version ";