Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp165 uint32_t BestCount = 0; in encode() local
177 if (CurrCount > BestCount) { in encode()
180 BestCount = CurrCount; in encode()