Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp169 uint32_t CurrCount = 0; in encode() local
175 CurrCount += DeltaInfos[J].Count; in encode()
177 if (CurrCount > BestCount) { in encode()
180 BestCount = CurrCount; in encode()