Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp264 unsigned VarWithLoc = 0; in collectStatsForObjectFile() local
271 VarWithLoc += Stats.TotalVarWithLoc + Constants; in collectStatsForObjectFile()
291 printDatum(OS, "variables with location", VarWithLoc); in collectStatsForObjectFile()
301 << (int)std::round((VarWithLoc * 100.0) / VarTotal) << "%\n"; in collectStatsForObjectFile()