Home | History | Annotate | Download | only in MCParser

Lines Matching refs:TokError

183         return TokError("conflicting section flags 'b' and 'd'.");
190 return TokError("conflicting section flags 'b' and 'd'.");
235 return TokError("unknown flag");
274 return TokError("expected identifier in directive");
284 return TokError("unexpected token in directive");
305 return TokError("unexpected token in section switching directive");
341 return TokError("expected identifier in directive");
351 return TokError("expected string in directive");
369 return TokError("expected comdat type such as 'discard' or 'largest' "
376 return TokError("expected comma in directive");
380 return TokError("expected identifier in directive");
384 return TokError("unexpected token in directive");
400 return TokError("expected identifier in directive");
416 return TokError("unexpected token in directive");
429 return TokError("unexpected token in directive");
445 return TokError("expected identifier in directive");
448 return TokError("unexpected token in directive");
460 return TokError("expected identifier in directive");
463 return TokError("unexpected token in directive");
475 return TokError("expected identifier in directive");
478 return TokError("unexpected token in directive");
502 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
530 return TokError("unexpected token in directive");
541 return TokError("unexpected token in directive");
574 return TokError("you must specify one or both of @unwind or @except");
585 return TokError("unexpected token in directive");
606 return TokError("unexpected token in directive");
619 return TokError("you must specify a stack pointer offset");
630 return TokError("unexpected token in directive");
647 return TokError("unexpected token in directive");
660 return TokError("you must specify an offset on the stack");
671 return TokError("unexpected token in directive");
687 return TokError("you must specify an offset on the stack");
695 return TokError("unexpected token in directive");
720 return TokError("unexpected token in directive");
736 return TokError("a handler attribute must begin with '@'");