Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp178 static void printDatum(raw_ostream &OS, const char *Key, StringRef Value) { in printDatum() function
182 static void printDatum(raw_ostream &OS, const char *Key, uint64_t Value) { in printDatum() function
233 printDatum(OS, "file", Filename.str()); in collectStatsForObjectFile()
234 printDatum(OS, "format", FormatName); in collectStatsForObjectFile()
235 printDatum(OS, "source functions", NumFunctions); in collectStatsForObjectFile()
236 printDatum(OS, "inlined functions", NumInlinedFunctions); in collectStatsForObjectFile()
237 printDatum(OS, "unique source variables", VarUnique); in collectStatsForObjectFile()
238 printDatum(OS, "source variables", VarTotal); in collectStatsForObjectFile()
239 printDatum(OS, "variables with location", VarWithLoc); in collectStatsForObjectFile()
240 printDatum(OS, "scope bytes total", in collectStatsForObjectFile()
[all …]