Searched refs:printFormat (Results 1 – 1 of 1) sorted by relevance
317 const char *printFormat) { in darwinPrintSymbol() argument393 outs() << format(printFormat, NValue) << ' ' in darwinPrintSymbol()398 outs() << format(printFormat, NValue) << ' '; in darwinPrintSymbol()727 const char *printBlanks, *printDashes, *printFormat; in printSymbolList() local733 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in printSymbolList()746 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in printSymbolList()749 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in printSymbolList()752 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in printSymbolList()786 format(printFormat, S.Address) in printSymbolList()802 format(printFormat, S.Address) in printSymbolList()[all …]