Searched refs:printDatum (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 664 static void printDatum(json::OStream &J, const char *Key, json::Value Value) { in printDatum() function 1026 printDatum(J, "file", Filename.str()); in collectStatsForObjectFile() 1027 printDatum(J, "format", FormatName); in collectStatsForObjectFile() 1029 printDatum(J, "#functions", NumFunctions.Value); in collectStatsForObjectFile() 1030 printDatum(J, "#functions with location", NumFuncsWithSrcLoc.Value); in collectStatsForObjectFile() 1031 printDatum(J, "#out-of-line functions", NumOutOfLineFunctions.Value); in collectStatsForObjectFile() 1032 printDatum(J, "#inlined functions", NumInlinedFunctions.Value); in collectStatsForObjectFile() 1033 printDatum(J, "#inlined functions with abstract origins", in collectStatsForObjectFile() 1037 printDatum(J, "#unique source variables", VarParamUnique.Value); in collectStatsForObjectFile() 1038 printDatum(J, "#source variables", VarParamTotal.Value); in collectStatsForObjectFile() [all …]
|