================ @@ -30,6 +30,20 @@ class DWARFDebugAbbrev; class DataExtractor; struct DWARFSection; +class OutputCategoryAggregator { +private: + std::map<std::string, unsigned> Aggregation; ---------------- dwblaikie wrote: llvm::StringMap? https://github.com/llvm/llvm-project/pull/79648