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

Lines Matching refs:TokError

183         return TokError("expected identifier in directive");
193 return TokError("unexpected token in directive");
220 return TokError("expected identifier in directive");
224 return TokError("unexpected token in directive");
232 return TokError("unexpected token in directive");
383 return TokError(".popsection without corresponding .pushsection");
399 return TokError("expected '@<type>', '%<type>' or \"<type>\"");
401 return TokError("expected '%<type>' or \"<type>\"");
409 return TokError("expected identifier in directive");
415 return TokError("expected the entry size");
420 return TokError("entry size must be positive");
427 return TokError("expected group name");
433 return TokError("invalid group name");
439 return TokError("invalid linkage");
441 return TokError("Linkage must be 'comdat'");
449 return TokError("expected metadata symbol");
453 return TokError("invalid metadata symbol");
456 return TokError("symbol is not in a section: " + Name);
467 return TokError("expected identifier in directive");
469 return TokError("expected 'unique'");
471 return TokError("expected commma");
476 return TokError("unique id must be positive");
478 return TokError("unique id is too large");
490 return TokError("expected identifier in directive");
533 return TokError("expected string in directive");
542 return TokError("unknown flag");
548 return TokError("Section cannot specifiy a group name while also acting "
557 return TokError("Mergeable section must specify the type");
559 return TokError("Group section must specify the type");
561 return TokError("unexpected token in directive");
579 return TokError("unexpected token in directive");
623 return TokError("unknown section type");
661 return TokError(".previous without corresponding .section");
689 return TokError("expected identifier in directive");
707 return TokError("expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', "
710 return TokError("expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '@<type>', "
722 return TokError("expected symbol type in directive");
729 return TokError("unexpected token in '.type' directive");
741 return TokError("unexpected token in '.ident' directive");
748 return TokError("unexpected token in '.ident' directive");
760 return TokError("expected identifier in directive");
763 return TokError("expected a comma");
776 return TokError("expected identifier in directive");
779 return TokError("expected a '@' in the name");
790 return TokError("unexpected token in '.version' directive");
817 return TokError("expected identifier in directive");
820 return TokError("expected a comma");
826 return TokError("expected identifier in directive");
844 return TokError("unexpected token in directive");
858 return TokError("expected identifier in directive");
861 return TokError("expected a comma");
867 return TokError("expected identifier in directive");
870 return TokError("expected a comma");
879 return TokError("unexpected token in directive");