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

/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h144 bool TokError(const Twine &Msg, ArrayRef<SMRange> Ranges = None);
H A DMCAsmParserExtension.h65 bool TokError(const Twine &Msg) { function in class:llvm::MCAsmParserExtension
66 return getParser().TokError(Msg);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp235 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!");
1187 return TokError(ErrMsg);
1196 return TokError("expected string constant");
1206 return TokError("expecte
[all...]
H A DLLParser.h151 bool TokError(const Twine &Msg) const { function in class:llvm::LLParser
233 return TokError("expected index");
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp657 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 + "'");
929 return TokError("brackets expression not supported on this target");
976 TokError("invali
[all...]
H A DCOFFAsmParser.cpp182 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("expecte
[all...]
H A DDarwinAsmParser.cpp378 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("unexpecte
[all...]
H A DELFAsmParser.cpp175 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("Sectio
[all...]
H A DMCAsmParser.cpp36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { function in class:MCAsmParser
/external/llvm/lib/TableGen/
H A DTGParser.cpp421 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("expecte
[all...]
H A DTGParser.h98 bool TokError(const Twine &Msg) const { function in class:llvm::TGParser
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1922 TokError("vector register expected");
1937 TokError("invalid vector kind qualifier");
1946 TokError("vector register expected");
1995 TokError("immediate value expected for prefetch operand");
2000 TokError("prefetch operand out of range, [0,31] expected");
2009 TokError("pre-fetch hint expected");
2016 TokError("pre-fetch hint expected");
2124 TokError("expected compatible register or floating-point constant");
2135 TokError("encoded floating point value out of range");
2153 TokError("invali
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3068 return TokError("immediate value expected for vector index");
9006 TokError("unexpected token in directive");
9164 TokError("expected variable after '.tlsdescseq' directive");
9308 TokError("expected identifier after '.thumb_set'");
9314 TokError("expected comma after name '" + Name + "'");
9322 TokError("missing expression");
9328 TokError("unexpected token");

Completed in 161 milliseconds