Lines Matching refs:TokError

182         return TokError("conflicting section flags 'b' and 'd'.");
189 return TokError("conflicting section flags 'b' and 'd'.");
234 return TokError("unknown flag");
273 return TokError("expected identifier in directive");
283 return TokError("unexpected token in directive");
304 return TokError("unexpected token in section switching directive");
340 return TokError("expected identifier in directive");
350 return TokError("expected string in directive");
371 return TokError("expected comma in directive");
375 return TokError("expected identifier in directive");
379 return TokError("unexpected token in directive");
395 return TokError("expected identifier in directive");
411 return TokError("unexpected token in directive");
424 return TokError("unexpected token in directive");
440 return TokError("expected identifier in directive");
443 return TokError("unexpected token in directive");
455 return TokError("expected identifier in directive");
458 return TokError("unexpected token in directive");
482 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
510 return TokError("unexpected token in directive");
521 return TokError("unexpected token in directive");
554 return TokError("you must specify one or both of @unwind or @except");
565 return TokError("unexpected token in directive");
586 return TokError("unexpected token in directive");
599 return TokError("you must specify a stack pointer offset");
610 return TokError("unexpected token in directive");
627 return TokError("unexpected token in directive");
640 return TokError("you must specify an offset on the stack");
651 return TokError("unexpected token in directive");
667 return TokError("you must specify an offset on the stack");
675 return TokError("unexpected token in directive");
700 return TokError("unexpected token in directive");
716 return TokError("a handler attribute must begin with '@'");