Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Error

37   bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
331 return Error(IDLoc, "instruction use requires an option to be enabled");
333 return Error(IDLoc, "unrecognized instruction mnemonic");
335 return Error(IDLoc, "unable to convert operands to instruction");
340 return Error(IDLoc, "too few operands for instruction");
346 return Error(ErrorLoc, "invalid operand for instruction");
366 Error(S, "base address must be a register");
371 Error(O, "offset must be a register or immediate");
474 Error(Parser.getTok().getLoc(), "unknown operand");
546 return Error(L, "unexpected token in directive");