Searched refs:LVCompareEntry (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 27 using LVCompareEntry = std::tuple<const char *, unsigned, unsigned, unsigned>; typedef 28 using LVCompareInfo = std::map<LVCompareItem, LVCompareEntry>; 30 {LVCompareItem::Line, LVCompareEntry("Lines", 0, 0, 0)}, 31 {LVCompareItem::Scope, LVCompareEntry("Scopes", 0, 0, 0)}, 32 {LVCompareItem::Symbol, LVCompareEntry("Symbols", 0, 0, 0)}, 33 {LVCompareItem::Type, LVCompareEntry("Types", 0, 0, 0)}, 34 {LVCompareItem::Total, LVCompareEntry("Total", 0, 0, 0)}};
|