Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-size/
Dllvm-size.cpp120 const char *radix_fmt = getRadixFmt(); in PrintDarwinSectionSizes() local
123 fmt << "%" << radix_fmt; in PrintDarwinSectionSizes()
281 const char *radix_fmt = getRadixFmt(); in PrintObjectSectionSizes() local
330 << "%#" << max_size_len << radix_fmt << " " in PrintObjectSectionSizes()
331 << "%#" << max_addr_len << radix_fmt << "\n"; in PrintObjectSectionSizes()
348 << "%#" << max_size_len << radix_fmt << "\n"; in PrintObjectSectionSizes()
381 fmt << "%#7" << radix_fmt << " " in PrintObjectSectionSizes()
382 << "%#7" << radix_fmt << " " in PrintObjectSectionSizes()
383 << "%#7" << radix_fmt << " "; in PrintObjectSectionSizes()