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