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

/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp437 const char *printBlanks, *printFormat; local
440 printFormat = "%016" PRIx64;
443 printFormat = "%08" PRIx64;
468 format(printFormat, I->Address)
471 format(printFormat, I->Size).print(SymbolSizeStr, sizeof(SymbolSizeStr));

Completed in 176 milliseconds