Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp162 struct LocationStats { struct
277 LocationStats &LocStats, in collectStatsForDie()
499 LocationStats &LocStats, FunctionDIECUTyMap &AbstractOriginFnCUs, in collectStatsRecursive()
673 std::vector<SaturatingUINT64> &LocationStats) { in printLocationStats() argument
674 if (LocationStats[0].Value == OverflowValue) in printLocationStats()
683 LocationStats[0].Value); in printLocationStats()
687 << LocationStats[0].Value << '\n'); in printLocationStats()
689 if (LocationStats[1].Value == OverflowValue) in printLocationStats()
698 LocationStats[1].Value); in printLocationStats()
702 << LocationStats[1].Value << '\n'); in printLocationStats()
[all …]