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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp372 const char *printFormat) {
448 outs() << format(printFormat, NValue) << ' '
453 outs() << format(printFormat, NValue) << ' ';
785 const char *printBlanks, *printDashes, *printFormat; local
791 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
794 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
797 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
804 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
807 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64;
810 printFormat
369 darwinPrintSymbol(SymbolicFile &Obj, const NMSymbol &S, char *SymbolAddrStr, const char *printBlanks, const char *printDashes, const char *printFormat) argument
[all...]

Completed in 56 milliseconds