Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DStatistic.cpp179 unsigned MaxDebugTypeLen = 0, MaxValLen = 0; in PrintStatistics() local
182 MaxDebugTypeLen = in PrintStatistics()
183 std::max(MaxDebugTypeLen, (unsigned)std::strlen(Stat->getDebugType())); in PrintStatistics()
196 MaxDebugTypeLen, Stat->getDebugType(), Stat->getDesc()); in PrintStatistics()