Home | History | Annotate | Download | only in MCParser

Lines Matching refs:TokError

142     return TokError("unexpected token in section switching directive");
154 return TokError("expected identifier in directive");
158 return TokError("unexpected token in directive");
166 return TokError("unexpected token in directive");
276 return TokError(".popsection without corresponding .pushsection");
285 return TokError("expected identifier in directive");
303 return TokError("expected string in directive");
310 return TokError("unknown flag");
318 return TokError("Mergeable section must specify the type");
320 return TokError("Group section must specify the type");
324 return TokError("expected '@' or '%' before type");
328 return TokError("expected identifier in directive");
332 return TokError("expected the entry size");
337 return TokError("entry size must be positive");
342 return TokError("expected group name");
352 return TokError("Linkage must be 'comdat'");
359 return TokError("unexpected token in directive");
379 return TokError("unknown section type");
392 return TokError(".previous without corresponding .section");
403 return TokError("expected identifier in directive");
409 return TokError("unexpected token in '.type' directive");
413 return TokError("expected '@' or '%' before type");
421 return TokError("expected symbol type in directive");
436 return TokError("unexpected token in '.type' directive");
449 return TokError("unexpected token in '.ident' directive");
479 return TokError("expected identifier in directive");
482 return TokError("expected a comma");
488 return TokError("expected identifier in directive");
491 return TokError("expected a '@' in the name");
508 return TokError("expected identifier in directive");
511 return TokError("expected a comma");
517 return TokError("expected identifier in directive");