Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp180 unsigned MaxDebugTypeLen = 0, MaxValLen = 0; in PrintStatistics() local
182 MaxValLen = std::max(MaxValLen, (unsigned)utostr(Stat->getValue()).size()); in PrintStatistics()
196 OS << format("%*" PRIu64 " %-*s - %s\n", MaxValLen, Stat->getValue(), in PrintStatistics()