Searched refs:PrintDataRow (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 410 auto PrintDataRow = [&](const char *T, unsigned U, unsigned V, unsigned W) { in printSummary() local 421 PrintDataRow(std::get<getHeader()>(Entry.second), in printSummary()
|
| H A D | LVScope.cpp | 1622 auto PrintDataRow = [&](const char *T, unsigned U, unsigned V) { in printSummary() local 1630 PrintDataRow("Scopes", Allocated.Scopes, Counter.Scopes); in printSummary() 1631 PrintDataRow("Symbols", Allocated.Symbols, Counter.Symbols); in printSummary() 1632 PrintDataRow("Types", Allocated.Types, Counter.Types); in printSummary() 1633 PrintDataRow("Lines", Allocated.Lines, Counter.Lines); in printSummary() 1635 PrintDataRow( in printSummary()
|