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.cpp304 const char *printFormat) { in darwinPrintSymbol() argument
380 outs() << format(printFormat, NValue) << ' ' in darwinPrintSymbol()
385 outs() << format(printFormat, NValue) << ' '; in darwinPrintSymbol()
752 const char *printBlanks, *printDashes, *printFormat; in printSymbolList() local
758 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in printSymbolList()
761 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in printSymbolList()
764 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in printSymbolList()
771 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in printSymbolList()
774 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in printSymbolList()
777 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in printSymbolList()
[all …]