Searched refs:FnStatMap (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 275 StringMap<PerFunctionStats> &FnStatMap, in collectStatsForDie() argument 290 auto &FnStats = FnStatMap[FnPrefix]; in collectStatsForDie() 498 StringMap<PerFunctionStats> &FnStatMap, GlobalStats &GlobalStats, in collectStatsRecursive() argument 586 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive() 612 FnStatMap, GlobalStats, LocStats, AbstractOriginVarsPtr); in collectStatsRecursive() 633 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()
|