Lines Matching refs:TokError

378     return TokError("unexpected token in section switching directive");
407 return TokError("expected identifier in directive");
413 return TokError("unexpected token in '.desc' directive");
421 return TokError("unexpected token in '.desc' directive");
445 return TokError("expected identifier in .indirect_symbol directive");
451 return TokError("non-local symbol required in directive");
454 return TokError("unable to emit indirect symbol attribute for: " + Name);
457 return TokError("unexpected token in '.indirect_symbol' directive");
470 return TokError("expected string in '.dump' or '.load' directive");
475 return TokError("unexpected token in '.dump' or '.load' directive");
493 return TokError("expected string in '" + Twine(IDVal) + "' directive");
506 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
519 return TokError("expected identifier in directive");
525 return TokError("unexpected token in '.lsym' directive");
533 return TokError("unexpected token in '.lsym' directive");
541 return TokError("directive '.lsym' is unsupported");
555 return TokError("unexpected token in '.section' directive");
567 return TokError("unexpected token in '.section' directive");
608 return TokError(".popsection without corresponding .pushsection");
617 return TokError(".previous without corresponding .section");
627 return TokError("unexpected token in '.secure_log_unique' directive");
667 return TokError("unexpected token in '.secure_log_reset' directive");
680 return TokError("unexpected token in '.subsections_via_symbols' directive");
695 return TokError("expected identifier in directive");
701 return TokError("unexpected token in directive");
719 return TokError("unexpected token in '.tbss' directive");
750 return TokError("expected segment name after '.zerofill' directive");
753 return TokError("unexpected token in directive");
758 return TokError("expected section name after comma in '.zerofill' "
772 return TokError("unexpected token in directive");
778 return TokError("expected identifier in directive");
784 return TokError("unexpected token in directive");
802 return TokError("unexpected token in '.zerofill' directive");
842 return TokError("expected region type after '.data_region' directive");
860 return TokError("unexpected token in '.end_data_region' directive");
877 return TokError("invalid OS major version number");
880 return TokError("invalid OS major version number");
883 return TokError("minor OS version number required, comma expected");
887 return TokError("invalid OS minor version number");
890 return TokError("invalid OS minor version number");
895 return TokError("invalid update specifier, comma expected");
898 return TokError("invalid OS update number");
901 return TokError("invalid OS update number");