Searched refs:printLocationStats (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 672 static void printLocationStats(json::OStream &J, const char *Key, in printLocationStats() function 1099 printLocationStats(J, "#variables", LocStats.VarParamLocStats); in collectStatsForObjectFile() 1100 printLocationStats(J, "#variables - entry values", in collectStatsForObjectFile() 1106 printLocationStats(J, "#params", LocStats.ParamLocStats); in collectStatsForObjectFile() 1107 printLocationStats(J, "#params - entry values", in collectStatsForObjectFile() 1113 printLocationStats(J, "#local vars", LocStats.LocalVarLocStats); in collectStatsForObjectFile() 1114 printLocationStats(J, "#local vars - entry values", in collectStatsForObjectFile()
|