Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp34 constexpr uint64_t OverflowValue = std::numeric_limits<uint64_t>::max(); variable
55 if (Value != OverflowValue) { in operator +=()
56 if (Value < OverflowValue - Value_) in operator +=()
59 Value = OverflowValue; in operator +=()
652 if (Value == OverflowValue) in printDatum()
662 if (LocationStats[0].Value == OverflowValue) in printLocationStats()
677 if (LocationStats[1].Value == OverflowValue) in printLocationStats()
693 if (LocationStats[i].Value == OverflowValue) in printLocationStats()
710 if (LocationStats[NumOfCoverageCategories - 1].Value == OverflowValue) in printLocationStats()