Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Error

153 // value on success, or -1 on error.
225 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
937 return Error(IDLoc, "instruction use requires an option to be enabled");
939 return Error(IDLoc, "unrecognized instruction mnemonic");
944 return Error(IDLoc, "too few operands for instruction");
950 return Error(ErrorLoc, "invalid operand for instruction");
1009 return Error(StartLoc, "invalid register name");
1199 return Error(Parser.getTok().getLoc(), "expected '('");
1210 return Error(Parser.getTok().getLoc(), "expected ')'");
1238 return Error(S, "invalid register name");
1268 return Error(S, "unknown operand");
1285 return Error(S, "invalid TLS call expression");
1287 return Error(Parser.getTok().getLoc(), "missing ')'");
1305 return Error(S, "invalid register name");
1313 return Error(S, "invalid register number");
1315 return Error(S, "unexpected integer value");
1330 return Error(S, "invalid memory operand");
1334 return Error(Parser.getTok().getLoc(), "missing ')'");
1437 return Error(L, "unexpected token in directive");
1454 Error(L, "unexpected token in directive");
1471 Error(L, "unexpected token in directive");
1484 Error(L, "unrecognized machine type");
1489 Error(L, "unexpected token in directive");
1505 Error(L, "unexpected token in directive");
1516 Error(L, "unrecognized cpu type");
1521 Error(L, "wrong cpu type specified for 64bit");
1525 Error(L, "wrong cpu type specified for 32bit");
1530 Error(L, "unexpected token in directive");