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

  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 176 return TokError("expected identifier in directive");
186 return TokError("unexpected token in directive");
213 return TokError("expected identifier in directive");
217 return TokError("unexpected token in directive");
225 return TokError("unexpected token in directive");
335 return TokError(".popsection without corresponding .pushsection");
348 return TokError("expected identifier in directive");
375 return TokError("expected string in directive");
382 return TokError("unknown flag");
390 return TokError("Mergeable section must specify the type")
    [all...]
DarwinAsmParser.cpp 365 return TokError("unexpected token in section switching directive");
394 return TokError("expected identifier in directive");
400 return TokError("unexpected token in '.desc' directive");
408 return TokError("unexpected token in '.desc' directive");
424 return TokError("expected string in '.dump' or '.load' directive");
429 return TokError("unexpected token in '.dump' or '.load' directive");
447 return TokError("expected string in '" + Twine(IDVal) + "' directive");
460 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
473 return TokError("expected identifier in directive");
479 return TokError("unexpected token in '.lsym' directive")
    [all...]
COFFAsmParser.cpp 174 return TokError("conflicting section flags 'b' and 'd'.");
181 return TokError("conflicting section flags 'b' and 'd'.");
226 return TokError("unknown flag");
265 return TokError("expected identifier in directive");
275 return TokError("unexpected token in directive");
288 return TokError("unexpected token in section switching directive");
324 return TokError("expected identifier in directive");
334 return TokError("expected string in directive");
344 return TokError("unexpected token in directive");
355 return TokError("expected identifier in directive")
    [all...]
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
AsmParser.cpp 636 return TokError("unmatched .ifs or .elses");
643 TokError("unassigned file number: " + Twine(i) + " for .file directives");
680 TokError("expected section directive before assembly directive");
727 return TokError("expected ')' in parentheses expression");
741 return TokError("expected ']' in brackets expression");
758 return TokError("unknown token in expression");
790 return TokError("invalid variant '" + Split.second + "'");
824 return TokError("invalid variant '" + Split.second + "'");
863 return TokError("brackets expression not supported on this target");
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 415 TokError("Record name is not typed!");
431 TokError("expected name for ClassID");
437 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
450 TokError("expected name for MultiClassID");
456 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
489 TokError("subclass reference requires a non-empty list of template values");
501 TokError("expected '>' in template value list");
534 TokError("subclass reference requires a non-empty list of template values");
546 TokError("expected '>' in template value list");
562 TokError("expected integer or bitrange")
    [all...]
TGParser.h 96 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 142 bool TokError(const Twine &Msg, ArrayRef<SMRange> Ranges = None);
  /external/llvm/lib/AsmParser/
LLParser.cpp 223 default: return TokError("expected top-level entity");
309 default: return TokError("unknown target property");
437 return TokError("expected 'global' or 'constant'");
606 return TokError("Metadata id is already used");
796 TokError("unknown global variable property!");
    [all...]
LLParser.h 145 bool TokError(const Twine &Msg) const {
216 return TokError("expected index");
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 155 milliseconds