Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp118 std::error_code RawCoverageMappingReader::readCounter(Counter &C) { in readCounter() function in RawCoverageMappingReader
253 if (auto Err = readCounter(Expressions[I].LHS)) in read()
255 if (auto Err = readCounter(Expressions[I].RHS)) in read()
/external/llvm/include/llvm/ProfileData/
DCoverageMappingReader.h138 std::error_code readCounter(Counter &C);