Lines Matching defs:printFormat
304 const char *printFormat) {
380 outs() << format(printFormat, NValue) << ' '
385 outs() << format(printFormat, NValue) << ' ';
752 const char *printBlanks, *printDashes, *printFormat;
758 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
761 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
764 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
771 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
774 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64;
777 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64;
804 format(printFormat, S.Address)
806 format(printFormat, S.Size).print(SymbolSizeStr, sizeof(SymbolSizeStr));
820 format(printFormat, S.Address)
822 format(printFormat, S.Size).print(SymbolSizeStr, sizeof(SymbolSizeStr));
832 printFormat);