Lines Matching defs:Fmt
643 StringRef Fmt = Is64Bits ? "%016" PRIx64 ": " : "%08" PRIx64 ": ";
651 OS << format(Fmt.data(), Address);
2659 StringRef Fmt = O.getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64;
2711 outs() << format(Fmt.data(), Address) << " "
2957 const char *Fmt = O.getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64;
2959 outs() << format(Fmt, Address) << " "
3013 outs() << '\t' << format(Fmt, static_cast<uint64_t>(Symbol.getAlignment()));
3016 << format(Fmt, cast<XCOFFObjectFile>(O).getSymbolSize(
3019 outs() << '\t' << format(Fmt, ELFSymbolRef(Symbol).getSize());
3022 << format(Fmt, static_cast<uint64_t>(
3171 StringRef Fmt = O->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64;
3173 << "0x" << format(Fmt.data(), Address) << "\n";