Searched refs:printDatum (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 496 static void printDatum(json::OStream &J, const char *Key, json::Value Value) { in printDatum() function 626 printDatum(J, "file", Filename.str()); in collectStatsForObjectFile() 627 printDatum(J, "format", FormatName); in collectStatsForObjectFile() 629 printDatum(J, "#functions", NumFunctions); in collectStatsForObjectFile() 630 printDatum(J, "#functions with location", NumFuncsWithSrcLoc); in collectStatsForObjectFile() 631 printDatum(J, "#inlined functions", NumInlinedFunctions); in collectStatsForObjectFile() 632 printDatum(J, "#inlined functions with abstract origins", NumAbstractOrigins); in collectStatsForObjectFile() 635 printDatum(J, "#unique source variables", VarParamUnique); in collectStatsForObjectFile() 636 printDatum(J, "#source variables", VarParamTotal); in collectStatsForObjectFile() 637 printDatum(J, "#source variables with location", VarParamWithLoc); in collectStatsForObjectFile() [all …]
|