Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp317 const char *printFormat) { in darwinPrintSymbol() argument
393 outs() << format(printFormat, NValue) << ' ' in darwinPrintSymbol()
398 outs() << format(printFormat, NValue) << ' '; in darwinPrintSymbol()
727 const char *printBlanks, *printDashes, *printFormat; in printSymbolList() local
733 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 …]