Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp215 uint64_t EncodedCounter; in readCounter() local
217 readIntMax(EncodedCounter, std::numeric_limits<unsigned>::max())) in readCounter()
219 if (auto Err = decodeCounter(EncodedCounter, C)) in readCounter()