Lines Matching defs:printFormat
302 const char *printFormat) {
378 outs() << format(printFormat, NValue) << ' '
383 outs() << format(printFormat, NValue) << ' ';
750 const char *printBlanks, *printDashes, *printFormat;
756 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
759 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
762 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
769 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
772 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64;
775 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64;
802 format(printFormat, S.Address)
804 format(printFormat, S.Size).print(SymbolSizeStr, sizeof(SymbolSizeStr));
818 format(printFormat, S.Address)
820 format(printFormat, S.Size).print(SymbolSizeStr, sizeof(SymbolSizeStr));
830 printFormat);