Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp386 const char *printFormat) { in darwinPrintSymbol() argument
462 outs() << format(printFormat, NValue) << ' ' in darwinPrintSymbol()
467 outs() << format(printFormat, NValue) << ' '; in darwinPrintSymbol()
789 const char *printBlanks, *printDashes, *printFormat; in sortAndPrintSymbolList() local
795 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()
798 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList()
801 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList()
808 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
811 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in sortAndPrintSymbolList()
814 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in sortAndPrintSymbolList()
[all …]