Lines Matching refs:TokError

189         return TokError("conflicting section flags 'b' and 'd'.");  in ParseSectionFlags()
196 return TokError("conflicting section flags 'b' and 'd'."); in ParseSectionFlags()
245 return TokError("unknown flag"); in ParseSectionFlags()
287 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute()
297 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute()
322 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch()
359 return TokError("expected identifier in directive"); in ParseDirectiveSection()
369 return TokError("expected string in directive"); in ParseDirectiveSection()
387 return TokError("expected comdat type such as 'discard' or 'largest' " in ParseDirectiveSection()
394 return TokError("expected comma in directive"); in ParseDirectiveSection()
398 return TokError("expected identifier in directive"); in ParseDirectiveSection()
402 return TokError("unexpected token in directive"); in ParseDirectiveSection()
418 return TokError("expected identifier in directive"); in ParseDirectiveDef()
434 return TokError("unexpected token in directive"); in ParseDirectiveScl()
447 return TokError("unexpected token in directive"); in ParseDirectiveType()
463 return TokError("expected identifier in directive"); in ParseDirectiveSecRel32()
474 return TokError("unexpected token in directive"); in ParseDirectiveSecRel32()
493 return TokError("expected identifier in directive"); in ParseDirectiveRVA()
523 return TokError("expected identifier in directive"); in ParseDirectiveSafeSEH()
526 return TokError("unexpected token in directive"); in ParseDirectiveSafeSEH()
538 return TokError("expected identifier in directive"); in ParseDirectiveSecIdx()
541 return TokError("unexpected token in directive"); in ParseDirectiveSecIdx()
553 return TokError("expected identifier in directive"); in ParseDirectiveSymIdx()
556 return TokError("unexpected token in directive"); in ParseDirectiveSymIdx()
580 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'")); in parseCOMDATType()
608 return TokError("unexpected token in directive"); in ParseDirectiveLinkOnce()
619 return TokError("unexpected token in directive"); in ParseSEHDirectiveStartProc()
658 return TokError("you must specify one or both of @unwind or @except"); in ParseSEHDirectiveHandler()
669 return TokError("unexpected token in directive"); in ParseSEHDirectiveHandler()
690 return TokError("unexpected token in directive"); in ParseSEHDirectiveAllocStack()
706 return TokError("a handler attribute must begin with '@'"); in ParseAtUnwindOrAtExcept()