Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp211 unsigned VarWithLoc = 0; in collectStatsForObjectFile() local
218 VarWithLoc += Stats.TotalVarWithLoc + Constants; in collectStatsForObjectFile()
239 printDatum(OS, "variables with location", VarWithLoc); in collectStatsForObjectFile()
246 << (int)std::round((VarWithLoc * 100.0) / VarTotal) << "%\n"; in collectStatsForObjectFile()