Home | History | Annotate | Download | only in MCParser

Lines Matching refs:TokError

174         return TokError("conflicting section flags 'b' and 'd'.");
181 return TokError("conflicting section flags 'b' and 'd'.");
226 return TokError("unknown flag");
265 return TokError("expected identifier in directive");
275 return TokError("unexpected token in directive");
288 return TokError("unexpected token in section switching directive");
324 return TokError("expected identifier in directive");
334 return TokError("expected string in directive");
344 return TokError("unexpected token in directive");
355 return TokError("expected identifier in directive");
371 return TokError("unexpected token in directive");
384 return TokError("unexpected token in directive");
403 return TokError("unexpected token in directive");
431 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
444 return TokError("expected associated section name");
465 return TokError("unexpected token in directive");
476 return TokError("unexpected token in directive");
509 return TokError("you must specify one or both of @unwind or @except");
520 return TokError("unexpected token in directive");
541 return TokError("unexpected token in directive");
554 return TokError("you must specify a stack pointer offset");
565 return TokError("unexpected token in directive");
582 return TokError("unexpected token in directive");
595 return TokError("you must specify an offset on the stack");
606 return TokError("unexpected token in directive");
622 return TokError("you must specify an offset on the stack");
630 return TokError("unexpected token in directive");
655 return TokError("unexpected token in directive");
671 return TokError("a handler attribute must begin with '@'");