Searched refs:PrintDataRow (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 409 auto PrintDataRow = [&](const char *T, unsigned U, unsigned V, unsigned W) { in printSummary() local 420 PrintDataRow(std::get<getHeader()>(Entry.second), in printSummary()
|
| H A D | LVScope.cpp | 1607 auto PrintDataRow = [&](const char *T, unsigned U, unsigned V) { in printSummary() local 1615 PrintDataRow("Scopes", Allocated.Scopes, Counter.Scopes); in printSummary() 1616 PrintDataRow("Symbols", Allocated.Symbols, Counter.Symbols); in printSummary() 1617 PrintDataRow("Types", Allocated.Types, Counter.Types); in printSummary() 1618 PrintDataRow("Lines", Allocated.Lines, Counter.Lines); in printSummary() 1620 PrintDataRow( in printSummary()
|