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

1 2

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 169 return TokError("expected identifier in directive");
179 return TokError("unexpected token in directive");
191 return TokError("unexpected token in section switching directive");
203 return TokError("expected identifier in directive");
207 return TokError("unexpected token in directive");
215 return TokError("unexpected token in directive");
325 return TokError(".popsection without corresponding .pushsection");
334 return TokError("expected identifier in directive");
352 return TokError("expected string in directive");
359 return TokError("unknown flag")
    [all...]
COFFAsmParser.cpp 142 return TokError("expected identifier in directive");
152 return TokError("unexpected token in directive");
165 return TokError("unexpected token in section switching directive");
178 return TokError("expected identifier in directive");
194 return TokError("unexpected token in directive");
207 return TokError("unexpected token in directive");
226 return TokError("unexpected token in directive");
259 return TokError("you must specify one or both of @unwind or @except");
270 return TokError("unexpected token in directive");
291 return TokError("unexpected token in directive")
    [all...]
DarwinAsmParser.cpp 301 return TokError("unexpected token in section switching directive");
330 return TokError("expected identifier in directive");
336 return TokError("unexpected token in '.desc' directive");
344 return TokError("unexpected token in '.desc' directive");
360 return TokError("expected string in '.dump' or '.load' directive");
365 return TokError("unexpected token in '.dump' or '.load' directive");
382 return TokError("expected identifier in directive");
388 return TokError("unexpected token in '.lsym' directive");
396 return TokError("unexpected token in '.lsym' directive");
404 return TokError("directive '.lsym' is unsupported")
    [all...]
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg) {
AsmParser.cpp 477 return TokError("unmatched .ifs or .elses");
484 TokError("unassigned file number: " + Twine(i) + " for .file directives");
520 TokError("expected section directive before assembly directive");
558 return TokError("expected ')' in parentheses expression");
572 return TokError("expected ']' in brackets expression");
587 return TokError("unknown token in expression");
616 return TokError("invalid variant '" + Split.second + "'");
678 return TokError("brackets expression not supported on this target");
721 TokError("invalid variant on expression '" +
779 return TokError("unexpected symbol modifier following '@'")
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 165 return TokError("expected identifier in directive");
175 return TokError("unexpected token in directive");
202 return TokError("expected identifier in directive");
206 return TokError("unexpected token in directive");
214 return TokError("unexpected token in directive");
352 return TokError(".popsection without corresponding .pushsection");
365 return TokError("expected identifier in directive");
399 return TokError("expected string in directive");
408 return TokError("unknown flag");
414 return TokError("Section cannot specifiy a group name while also acting
    [all...]
COFFAsmParser.cpp 183 return TokError("conflicting section flags 'b' and 'd'.");
190 return TokError("conflicting section flags 'b' and 'd'.");
235 return TokError("unknown flag");
274 return TokError("expected identifier in directive");
284 return TokError("unexpected token in directive");
305 return TokError("unexpected token in section switching directive");
341 return TokError("expected identifier in directive");
351 return TokError("expected string in directive");
369 return TokError("expected comdat type such as 'discard' or 'largest' "
376 return TokError("expected comma in directive")
    [all...]
DarwinAsmParser.cpp 397 return TokError("unexpected token in section switching directive");
425 return TokError("expected identifier in directive");
431 return TokError(".alt_entry must preceed symbol definition");
434 return TokError("unable to emit symbol attribute");
445 return TokError("expected identifier in directive");
451 return TokError("unexpected token in '.desc' directive");
459 return TokError("unexpected token in '.desc' directive");
484 return TokError("expected identifier in .indirect_symbol directive");
490 return TokError("non-local symbol required in directive");
493 return TokError("unable to emit indirect symbol attribute for: " + Name)
    [all...]
AsmParser.cpp 266 return TokError(ErrMsg);
277 return TokError(ErrMsg);
284 return TokError(ErrMsg);
744 return TokError("unmatched .ifs or .elses");
752 TokError("unassigned file number: " + Twine(Index) +
801 TokError("expected section directive before assembly directive");
846 return TokError("expected ')' in parentheses expression");
861 return TokError("expected ']' in brackets expression");
878 return TokError("unknown token in expression");
    [all...]
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 201 return TokError("conflicting section flags 'b' and 'd'.");
208 return TokError("conflicting section flags 'b' and 'd'.");
257 return TokError("unknown flag");
299 return TokError("expected identifier in directive");
309 return TokError("unexpected token in directive");
330 return TokError("unexpected token in section switching directive");
367 return TokError("expected identifier in directive");
377 return TokError("expected string in directive");
395 return TokError("expected comdat type such as 'discard' or 'largest' "
402 return TokError("expected comma in directive")
    [all...]
ELFAsmParser.cpp 184 return TokError("expected identifier in directive");
194 return TokError("unexpected token in directive");
221 return TokError("expected identifier in directive");
225 return TokError("unexpected token in directive");
233 return TokError("unexpected token in directive");
381 return TokError(".popsection without corresponding .pushsection");
397 return TokError("expected '@<type>', '%<type>' or \"<type>\"");
399 return TokError("expected '%<type>' or \"<type>\"");
407 return TokError("expected identifier in directive");
413 return TokError("expected the entry size")
    [all...]
DarwinAsmParser.cpp 473 return TokError("unexpected token in section switching directive");
501 return TokError("expected identifier in directive");
507 return TokError(".alt_entry must preceed symbol definition");
510 return TokError("unable to emit symbol attribute");
521 return TokError("expected identifier in directive");
527 return TokError("unexpected token in '.desc' directive");
535 return TokError("unexpected token in '.desc' directive");
560 return TokError("expected identifier in .indirect_symbol directive");
566 return TokError("non-local symbol required in directive");
569 return TokError("unable to emit indirect symbol attribute for: " + Name)
    [all...]
MCAsmParser.cpp 61 return TokError(Msg);
84 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) {
AsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 326 TokError("expected name for ClassID");
332 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
345 TokError("expected name for ClassID");
351 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
359 TokError("expected multiclass name");
365 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
397 TokError("subclass reference requires a non-empty list of template values");
409 TokError("expected '>' in template value list");
439 TokError("subclass reference requires a non-empty list of template values");
451 TokError("expected '>' in template value list")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.cpp 535 TokError("expected name for ClassID");
541 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
554 TokError("expected name for MultiClassID");
560 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
593 TokError("subclass reference requires a non-empty list of template values");
605 TokError("expected '>' in template value list");
638 TokError("subclass reference requires a non-empty list of template values");
650 TokError("expected '>' in template value list");
666 TokError("expected integer or bitrange");
673 return TokError("invalid range, cannot be negative")
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 398 TokError("Record name is not typed!");
414 TokError("expected name for ClassID");
420 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
433 TokError("expected name for MultiClassID");
439 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
472 TokError("subclass reference requires a non-empty list of template values");
484 TokError("expected '>' in template value list");
517 TokError("subclass reference requires a non-empty list of template values");
529 TokError("expected '>' in template value list");
545 TokError("expected integer or bitrange")
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 77 bool TokError(const Twine &Msg) {
78 return getParser().TokError(Msg);
MCAsmParser.h 149 bool TokError(const Twine &Msg, ArrayRef<SMRange> Ranges = None);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmParserExtension.h 65 bool TokError(const Twine &Msg) {
66 return getParser().TokError(Msg);
MCAsmParser.h 92 bool TokError(const Twine &Msg);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 83 bool TokError(const Twine &Msg) {
84 return getParser().TokError(Msg);
  /external/llvm/lib/AsmParser/
LLParser.cpp 252 default: return TokError("expected top-level entity");
300 default: return TokError("unknown target property");
452 return TokError("expected 'global' or 'constant'");
545 return TokError("expected comdat type");
550 return TokError("unknown selection kind");
658 return TokError("unexpected type in metadata definition");
677 return TokError("Metadata id is already used");
940 return TokError("unknown global variable property!");
955 return TokError("expected attribute group id");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 170 default: return TokError("expected top-level entity");
253 default: return TokError("unknown target property");
384 return TokError("expected 'global' or 'constant'");
553 return TokError("Metadata id is already used");
735 TokError("unknown global variable property!");
838 return TokError(ErrMsg);
847 return TokError("expected string constant");
857 return TokError("expected integer");
860 return TokError("expected 32-bit integer (too large)");
    [all...]

Completed in 1906 milliseconds

1 2