Lines Matching defs:directive
277 assert(Attr != MCSA_Invalid && "unexpected symbol attribute directive!");
283 return TokError("expected identifier in directive");
293 return TokError("unexpected token in directive");
316 return TokError("unexpected token in section switching directive");
334 bool COFFAsmParser::ParseDirectiveSection(StringRef directive, SMLoc loc) {
335 return parseSectionArguments(directive, loc);
358 return TokError("expected identifier in directive");
368 return TokError("expected string in directive");
393 return TokError("expected comma in directive");
397 return TokError("expected identifier in directive");
401 return TokError("unexpected token in directive");
412 bool COFFAsmParser::ParseDirectivePushSection(StringRef directive, SMLoc loc) {
415 if (parseSectionArguments(directive, loc)) {
433 return TokError("expected identifier in directive");
449 return TokError("unexpected token in directive");
462 return TokError("unexpected token in directive");
478 return TokError("expected identifier in directive");
489 return TokError("unexpected token in directive");
494 "invalid '.secrel32' directive offset, can't be less "
508 return TokError("expected identifier in directive");
520 return Error(OffsetLoc, "invalid '.rva' directive offset, can't be less "
531 return addErrorSuffix(" in directive");
538 return TokError("expected identifier in directive");
541 return TokError("unexpected token in directive");
553 return TokError("expected identifier in directive");
556 return TokError("unexpected token in directive");
568 return TokError("expected identifier in directive");
571 return TokError("unexpected token in directive");
623 return TokError("unexpected token in directive");
634 return TokError("unexpected token in directive");
684 return TokError("unexpected token in directive");
705 return TokError("unexpected token in directive");