Searched refs:printLocationStats (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 660 static void printLocationStats(json::OStream &J, const char *Key, in printLocationStats() function 1028 printLocationStats(J, "#variables", LocStats.VarParamLocStats); in collectStatsForObjectFile() 1029 printLocationStats(J, "#variables - entry values", in collectStatsForObjectFile() 1035 printLocationStats(J, "#params", LocStats.ParamLocStats); in collectStatsForObjectFile() 1036 printLocationStats(J, "#params - entry values", in collectStatsForObjectFile() 1042 printLocationStats(J, "#local vars", LocStats.LocalVarLocStats); in collectStatsForObjectFile() 1043 printLocationStats(J, "#local vars - entry values", in collectStatsForObjectFile()
|