HomeSort by relevance Sort by last modified time
    Searched refs:TokError (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 378 return TokError("unexpected token in section switching directive");
407 return TokError("expected identifier in directive");
413 return TokError("unexpected token in '.desc' directive");
421 return TokError("unexpected token in '.desc' directive");
445 return TokError("expected identifier in .indirect_symbol directive");
451 return TokError("non-local symbol required in directive");
454 return TokError("unable to emit indirect symbol attribute for: " + Name);
457 return TokError("unexpected token in '.indirect_symbol' directive");
470 return TokError("expected string in '.dump' or '.load' directive");
475 return TokError("unexpected token in '.dump' or '.load' directive")
    [all...]
ELFAsmParser.cpp 175 return TokError("expected identifier in directive");
185 return TokError("unexpected token in directive");
212 return TokError("expected identifier in directive");
216 return TokError("unexpected token in directive");
224 return TokError("unexpected token in directive");
395 return TokError(".popsection without corresponding .pushsection");
408 return TokError("expected identifier in directive");
440 return TokError("expected string in directive");
449 return TokError("unknown flag");
455 return TokError("Section cannot specifiy a group name while also acting
    [all...]
COFFAsmParser.cpp 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")
    [all...]
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
AsmParser.cpp 657 return TokError("unmatched .ifs or .elses");
665 TokError("unassigned file number: " + Twine(Index) +
704 TokError("expected section directive before assembly directive");
749 return TokError("expected ')' in parentheses expression");
764 return TokError("expected ']' in brackets expression");
781 return TokError("unknown token in expression");
875 return TokError("literal value out of range for directive");
891 return TokError("invalid variant '" + Split.second + "'");
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 421 TokError("Record name is not typed!");
437 TokError("expected name for ClassID");
443 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
456 TokError("expected name for MultiClassID");
462 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
495 TokError("subclass reference requires a non-empty list of template values");
507 TokError("expected '>' in template value list");
540 TokError("subclass reference requires a non-empty list of template values");
552 TokError("expected '>' in template value list");
568 TokError("expected integer or bitrange")
    [all...]
TGParser.h 98 bool TokError(const Twine &Msg) const {
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 65 bool TokError(const Twine &Msg) {
66 return getParser().TokError(Msg);
MCAsmParser.h 144 bool TokError(const Twine &Msg, ArrayRef<SMRange> Ranges = None);
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 235 default: return TokError("expected top-level entity");
318 default: return TokError("unknown target property");
446 return TokError("expected 'global' or 'constant'");
532 return TokError("expected comdat type");
537 return TokError("unknown selection kind");
683 return TokError("Metadata id is already used");
903 return TokError("unknown global variable property!");
    [all...]
LLParser.h 151 bool TokError(const Twine &Msg) const {
233 return TokError("expected index");
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 239 milliseconds