Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:EC

194     if (std::error_code EC = ProfileReader.getFunctionCounts(
196 if (EC == instrprof_error::hash_mismatch) {
199 } else if (EC != instrprof_error::unknown_function)
200 return EC;
233 if (std::error_code EC = CounterMappingBuff.getError())
234 return EC;
237 if (std::error_code EC = CoverageReaderOrErr.getError())
238 return EC;
241 if (auto EC = ProfileReaderOrErr.getError())
242 return EC;