Home
last modified time | relevance | path

Searched refs:FnStatMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp264 StringMap<PerFunctionStats> &FnStatMap, in collectStatsForDie() argument
279 auto &FnStats = FnStatMap[FnPrefix]; in collectStatsForDie()
487 StringMap<PerFunctionStats> &FnStatMap, GlobalStats &GlobalStats, in collectStatsRecursive() argument
573 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive()
599 FnStatMap, GlobalStats, LocStats, AbstractOriginVarsPtr); in collectStatsRecursive()
620 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()