Home
last modified time | relevance | path

Searched refs:printFormat (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp302 const char *printFormat) { in darwinPrintSymbol() argument
378 outs() << format(printFormat, NValue) << ' ' in darwinPrintSymbol()
383 outs() << format(printFormat, NValue) << ' '; in darwinPrintSymbol()
750 const char *printBlanks, *printDashes, *printFormat; in printSymbolList() local
756 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in printSymbolList()
759 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in printSymbolList()
762 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in printSymbolList()
769 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in printSymbolList()
772 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in printSymbolList()
775 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in printSymbolList()
[all …]