Lines Matching refs:instrprof_error
69 instrprof_error instrError = IPE.get(); in exitWithError()
71 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()
98 auto IPE = instrprof_error::success; in handleMergeWriterError()
108 if (IPE != instrprof_error::success) { in handleMergeWriterError()
110 case instrprof_error::hash_mismatch: in handleMergeWriterError()
111 case instrprof_error::count_mismatch: in handleMergeWriterError()
112 case instrprof_error::value_site_count_mismatch: in handleMergeWriterError()
180 SmallSet<instrprof_error, 4> &WriterErrorCodes;
183 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
189 static bool isFatalError(instrprof_error IPE) { in isFatalError()
193 case instrprof_error::success: in isFatalError()
194 case instrprof_error::eof: in isFatalError()
195 case instrprof_error::unknown_function: in isFatalError()
196 case instrprof_error::hash_mismatch: in isFatalError()
197 case instrprof_error::count_mismatch: in isFatalError()
198 case instrprof_error::counter_overflow: in isFatalError()
199 case instrprof_error::value_site_count_mismatch: in isFatalError()
221 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
222 if (IPE != instrprof_error::empty_raw_profile) in loadInput()
248 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
257 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
300 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile()
353 instrprof_error IPE = InstrProfError::take(std::move(WC->Err)); in mergeInstrProfile()