Searched refs:InstStreamPause (Results 1 – 4 of 4) sorted by relevance
90 struct InstStreamPause : public ErrorInfo<InstStreamPause> { struct
27 char InstStreamPause::ID = 0;
35 return llvm::make_error<InstStreamPause>(); in getNextInstruction()
71 if (Err.isA<InstStreamPause>()) { in runCycle()