Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp262 unsigned VarTotal = 0; in collectStatsForObjectFile() local
272 VarTotal += TotalVars + Constants; in collectStatsForObjectFile()
290 printDatum(OS, "source variables", VarTotal); in collectStatsForObjectFile()
301 << (int)std::round((VarWithLoc * 100.0) / VarTotal) << "%\n"; in collectStatsForObjectFile()