Lines Matching defs:PrintError
104 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; }
106 void PrintError(function_ref<void(raw_ostream &OS)> PrintMsg) {
110 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
114 void PrintError(const char *Loc, const Twine &Msg) {
120 void PrintError(const Record *Rec, const Twine &Msg) {
126 void PrintError(const RecordVal *RecVal, const Twine &Msg) {
133 PrintError(Msg);
138 PrintError(PrintMsg);
143 PrintError(ErrorLoc, Msg);
150 PrintError(Rec->getLoc(), Msg);
157 PrintError(RecVal->getLoc(), Msg);
167 PrintError(Loc, "assert condition must of type bit, bits, or int.");
174 PrintError(Loc, "assertion failed: " + AssertMsg);
185 PrintError(Loc, "dump value is not of type string");