• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/

Lines Matching refs:TokError

187         return TokError("conflicting section flags 'b' and 'd'.");
194 return TokError("conflicting section flags 'b' and 'd'.");
243 return TokError("unknown flag");
285 return TokError("expected identifier in directive");
295 return TokError("unexpected token in directive");
320 return TokError("unexpected token in section switching directive");
357 return TokError("expected identifier in directive");
367 return TokError("expected string in directive");
385 return TokError("expected comdat type such as 'discard' or 'largest' "
392 return TokError("expected comma in directive");
396 return TokError("expected identifier in directive");
400 return TokError("unexpected token in directive");
416 return TokError("expected identifier in directive");
432 return TokError("unexpected token in directive");
445 return TokError("unexpected token in directive");
461 return TokError("expected identifier in directive");
472 return TokError("unexpected token in directive");
491 return TokError("expected identifier in directive");
521 return TokError("expected identifier in directive");
524 return TokError("unexpected token in directive");
536 return TokError("expected identifier in directive");
539 return TokError("unexpected token in directive");
551 return TokError("expected identifier in directive");
554 return TokError("unexpected token in directive");
578 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
606 return TokError("unexpected token in directive");
617 return TokError("unexpected token in directive");
650 return TokError("you must specify one or both of @unwind or @except");
661 return TokError("unexpected token in directive");
682 return TokError("unexpected token in directive");
698 return TokError("a handler attribute must begin with '@'");