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