• Home
  • Raw
  • Download

Lines Matching refs:TokError

365     return TokError("unexpected token in section switching directive");  in ParseSectionSwitch()
394 return TokError("expected identifier in directive"); in ParseDirectiveDesc()
400 return TokError("unexpected token in '.desc' directive"); in ParseDirectiveDesc()
408 return TokError("unexpected token in '.desc' directive"); in ParseDirectiveDesc()
424 return TokError("expected string in '.dump' or '.load' directive"); in ParseDirectiveDumpOrLoad()
429 return TokError("unexpected token in '.dump' or '.load' directive"); in ParseDirectiveDumpOrLoad()
447 return TokError("expected string in '" + Twine(IDVal) + "' directive"); in ParseDirectiveLinkerOption()
460 return TokError("unexpected token in '" + Twine(IDVal) + "' directive"); in ParseDirectiveLinkerOption()
473 return TokError("expected identifier in directive"); in ParseDirectiveLsym()
479 return TokError("unexpected token in '.lsym' directive"); in ParseDirectiveLsym()
487 return TokError("unexpected token in '.lsym' directive"); in ParseDirectiveLsym()
495 return TokError("directive '.lsym' is unsupported"); in ParseDirectiveLsym()
509 return TokError("unexpected token in '.section' directive"); in ParseDirectiveSection()
521 return TokError("unexpected token in '.section' directive"); in ParseDirectiveSection()
562 return TokError(".popsection without corresponding .pushsection"); in ParseDirectivePopSection()
571 return TokError(".previous without corresponding .section"); in ParseDirectivePrevious()
581 return TokError("unexpected token in '.secure_log_unique' directive"); in ParseDirectiveSecureLogUnique()
620 return TokError("unexpected token in '.secure_log_reset' directive"); in ParseDirectiveSecureLogReset()
633 return TokError("unexpected token in '.subsections_via_symbols' directive"); in ParseDirectiveSubsectionsViaSymbols()
648 return TokError("expected identifier in directive"); in ParseDirectiveTBSS()
654 return TokError("unexpected token in directive"); in ParseDirectiveTBSS()
672 return TokError("unexpected token in '.tbss' directive"); in ParseDirectiveTBSS()
703 return TokError("expected segment name after '.zerofill' directive"); in ParseDirectiveZerofill()
706 return TokError("unexpected token in directive"); in ParseDirectiveZerofill()
711 return TokError("expected section name after comma in '.zerofill' " in ParseDirectiveZerofill()
725 return TokError("unexpected token in directive"); in ParseDirectiveZerofill()
731 return TokError("expected identifier in directive"); in ParseDirectiveZerofill()
737 return TokError("unexpected token in directive"); in ParseDirectiveZerofill()
755 return TokError("unexpected token in '.zerofill' directive"); in ParseDirectiveZerofill()
795 return TokError("expected region type after '.data_region' directive"); in ParseDirectiveDataRegion()
813 return TokError("unexpected token in '.end_data_region' directive"); in ParseDirectiveDataRegionEnd()