• Home
  • Raw
  • Download

Lines Matching refs:TokError

183         return TokError("conflicting section flags 'b' and 'd'.");  in ParseSectionFlags()
190 return TokError("conflicting section flags 'b' and 'd'."); in ParseSectionFlags()
235 return TokError("unknown flag"); in ParseSectionFlags()
274 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute()
284 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute()
305 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch()
341 return TokError("expected identifier in directive"); in ParseDirectiveSection()
351 return TokError("expected string in directive"); in ParseDirectiveSection()
369 return TokError("expected comdat type such as 'discard' or 'largest' " in ParseDirectiveSection()
376 return TokError("expected comma in directive"); in ParseDirectiveSection()
380 return TokError("expected identifier in directive"); in ParseDirectiveSection()
384 return TokError("unexpected token in directive"); in ParseDirectiveSection()
400 return TokError("expected identifier in directive"); in ParseDirectiveDef()
416 return TokError("unexpected token in directive"); in ParseDirectiveScl()
429 return TokError("unexpected token in directive"); in ParseDirectiveType()
445 return TokError("expected identifier in directive"); in ParseDirectiveSecRel32()
448 return TokError("unexpected token in directive"); in ParseDirectiveSecRel32()
460 return TokError("expected identifier in directive"); in ParseDirectiveSafeSEH()
463 return TokError("unexpected token in directive"); in ParseDirectiveSafeSEH()
475 return TokError("expected identifier in directive"); in ParseDirectiveSecIdx()
478 return TokError("unexpected token in directive"); in ParseDirectiveSecIdx()
502 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'")); in parseCOMDATType()
530 return TokError("unexpected token in directive"); in ParseDirectiveLinkOnce()
541 return TokError("unexpected token in directive"); in ParseSEHDirectiveStartProc()
574 return TokError("you must specify one or both of @unwind or @except"); in ParseSEHDirectiveHandler()
585 return TokError("unexpected token in directive"); in ParseSEHDirectiveHandler()
606 return TokError("unexpected token in directive"); in ParseSEHDirectivePushReg()
619 return TokError("you must specify a stack pointer offset"); in ParseSEHDirectiveSetFrame()
630 return TokError("unexpected token in directive"); in ParseSEHDirectiveSetFrame()
647 return TokError("unexpected token in directive"); in ParseSEHDirectiveAllocStack()
660 return TokError("you must specify an offset on the stack"); in ParseSEHDirectiveSaveReg()
671 return TokError("unexpected token in directive"); in ParseSEHDirectiveSaveReg()
687 return TokError("you must specify an offset on the stack"); in ParseSEHDirectiveSaveXMM()
695 return TokError("unexpected token in directive"); in ParseSEHDirectiveSaveXMM()
720 return TokError("unexpected token in directive"); in ParseSEHDirectivePushFrame()
736 return TokError("a handler attribute must begin with '@'"); in ParseAtUnwindOrAtExcept()