Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp226 StringMap<PerFunctionStats> &FnStatMap, in collectStatsForDie() argument
241 auto &FnStats = FnStatMap[FnPrefix]; in collectStatsForDie()
446 StringMap<PerFunctionStats> &FnStatMap, GlobalStats &GlobalStats, in collectStatsRecursive() argument
528 auto &FnStats = FnStatMap[FnID]; in collectStatsRecursive()
554 FnStatMap, GlobalStats, LocStats, AbstractOriginVarsPtr); in collectStatsRecursive()
575 Child, FnPrefix, ChildVarPrefix, BytesInScope, InlineDepth, FnStatMap, in collectStatsRecursive()