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 585 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive() 611 FnStatMap, GlobalStats, LocStats, AbstractOriginVarsPtr); in collectStatsRecursive() 632 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()
|