Searched refs:decodeCounter (Results 1 – 2 of 2) sorted by relevance
155 Error decodeCounter(unsigned Value, Counter &C);
191 Error RawCoverageMappingReader::decodeCounter(unsigned Value, Counter &C) { in decodeCounter() function in RawCoverageMappingReader227 if (auto Err = decodeCounter(EncodedCounter, C)) in readCounter()273 if (auto Err = decodeCounter(EncodedCounterAndRegion, C)) in readMappingRegionsSubArray()