Searched defs:InstStreamPause (Results 1 – 1 of 1) sorted by relevance
90 struct InstStreamPause : public ErrorInfo<InstStreamPause> { struct91 static char ID;93 std::error_code convertToErrorCode() const override { in convertToErrorCode()96 void log(raw_ostream &OS) const override { OS << "Stream is paused"; } in log()