Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp216 uint64_t EncodedCounter; in readCounter() local
218 readIntMax(EncodedCounter, std::numeric_limits<unsigned>::max())) in readCounter()
220 if (auto Err = decodeCounter(EncodedCounter, C)) in readCounter()