Searched refs:TokError (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp29 return TokError("expected identifier in directive");
32 return TokError("expected a comma");
38 return TokError("expected identifier in directive");
41 return TokError("expected a comma");
50 return TokError("unexpected token in directive");
H A DCOFFAsmParser.cpp187 return TokError("conflicting section flags 'b' and 'd'.");
194 return TokError("conflicting section flags 'b' and 'd'.");
243 return TokError("unknown flag");
285 return TokError("expected identifier in directive");
295 return TokError("unexpected token in directive");
320 return TokError("unexpected token in section switching directive");
357 return TokError("expected identifier in directive");
367 return TokError("expected string in directive");
385 return TokError("expected comdat type such as 'discard' or 'largest' "
392 return TokError("expecte
[all...]
H A DDarwinAsmParser.cpp477 return TokError("unexpected token in section switching directive");
505 return TokError("expected identifier in directive");
511 return TokError(".alt_entry must preceed symbol definition");
514 return TokError("unable to emit symbol attribute");
525 return TokError("expected identifier in directive");
531 return TokError("unexpected token in '.desc' directive");
539 return TokError("unexpected token in '.desc' directive");
564 return TokError("expected identifier in .indirect_symbol directive");
570 return TokError("non-local symbol required in directive");
573 return TokError("unabl
[all...]
H A DELFAsmParser.cpp183 return TokError("expected identifier in directive");
193 return TokError("unexpected token in directive");
220 return TokError("expected identifier in directive");
224 return TokError("unexpected token in directive");
232 return TokError("unexpected token in directive");
383 return TokError(".popsection without corresponding .pushsection");
399 return TokError("expected '@<type>', '%<type>' or \"<type>\"");
401 return TokError("expected '%<type>' or \"<type>\"");
409 return TokError("expected identifier in directive");
415 return TokError("expecte
[all...]
H A DWasmAsmParser.cpp109 return TokError("expected identifier in directive");
161 return TokError("expected identifier in directive");
207 return TokError("unexpected token in '.ident' directive");
211 return TokError("unexpected token in '.ident' directive");
233 return TokError("expected identifier in directive");
239 return TokError("unexpected token in directive");
H A DMCAsmParser.cpp65 return TokError(Msg);
88 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) { function in class:MCAsmParser
H A DCOFFMasmParser.cpp266 return TokError("unexpected token in section switching directive");
278 return TokError("expected identifier in directive");
307 return TokError("expected identifier in directive");
320 return TokError("expected identifier in includelib directive");
H A DAsmParser.cpp1045 return TokError("expected ')' in parentheses expression");
1076 return TokError("unknown token in expression");
1181 return TokError("literal value out of range for directive");
1197 return TokError("invalid variant '" + Split.second + "'");
1236 return TokError("brackets expression not supported on this target");
1285 return TokError("expected '(' after operator");
1290 return TokError("expected ')'");
1320 TokError("invalid variant on expression '" + getTok().getIdentifier() +
1419 return TokError("unexpected symbol modifier following '@'");
1424 return TokError("invali
[all...]
H A DMasmParser.cpp1286 return TokError("expected ')' in parentheses expression");
1317 return TokError("unknown token in expression");
1452 return TokError("literal value out of range for directive");
1468 return TokError("invalid variant '" + Split.second + "'");
1507 return TokError("brackets expression not supported on this target");
1556 return TokError("expected '(' after operator");
1561 return TokError("expected ')'");
2740 return TokError("unexpected token in macro instantiation");
2788 return TokError("unbalanced parentheses in macro argument");
2816 return TokError("expecte
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp545 TokError("expected name for ClassID");
553 TokError(Msg + ". Use 'defm' if you meant to use multiclass '" +
556 TokError(Msg);
570 TokError("expected name for MultiClassID");
576 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
608 TokError("subclass reference requires a non-empty list of template values");
620 TokError("expected '>' in template value list");
651 TokError("subclass reference requires a non-empty list of template values");
663 TokError("expected '>' in template value list");
684 return TokError("expecte
[all...]
H A DTGParser.h172 bool TokError(const Twine &Msg) const { function in class:llvm::TGParser
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h82 bool TokError(const Twine &Msg) { function in class:llvm::MCAsmParserExtension
83 return getParser().TokError(Msg);
H A DMCAsmParser.h234 bool TokError(const Twine &Msg, SMRange Range = None);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp344 default: return TokError("expected top-level entity");
392 default: return TokError("unknown target property");
542 return TokError("expected 'global' or 'constant'");
642 return TokError("expected comdat type");
647 return TokError("unknown selection kind");
762 return TokError("unexpected type in metadata definition");
781 return TokError("Metadata id is already used");
796 return TokError(
814 return TokError("found end of file while parsing summary entry");
1004 return TokError("unknow
[all...]
H A DLLParser.h184 bool TokError(const Twine &Msg) const { function in class:llvm::LLParser
295 return TokError("expected index");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2399 TokError("immediate value expected for prefetch operand");
2404 TokError("prefetch operand out of range, [0," + utostr(MaxVal) +
2416 TokError("prefetch hint expected");
2422 TokError("prefetch hint expected");
2439 TokError("invalid operand for instruction");
2445 TokError("invalid operand for instruction");
2462 TokError("invalid operand for instruction");
2468 TokError("invalid operand for instruction");
2583 TokError("invalid floating point immediate");
2590 TokError("encode
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3761 return TokError("invalid major version");
3764 return TokError("minor version number required, comma expected");
3768 return TokError("invalid minor version");
3775 return TokError("directive only supported for amdgcn architecture");
3842 return TokError("directive only supported for amdgcn architecture");
3845 return TokError("directive only supported for amdhsa OS");
3872 return TokError("expected .amdhsa_ directive or .end_amdhsa_kernel");
3882 return TokError(".amdhsa_ directives cannot be repeated");
4091 return TokError(".amdhsa_next_free_vgpr directive is required");
4094 return TokError("
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2318 return TokError("Expected 1to<NUM> at this point");
2322 return TokError("Expected 1to<NUM> at this point");
2332 return TokError("Invalid memory broadcast primitive.");
2335 return TokError("Expected } at this point");
2901 return TokError("unexpected token in argument list");
4062 return Parser.TokError("expected symbol name");
4066 return Parser.TokError("parameters size out of range");
4177 return TokError("unexpected token in directive");
4190 return TokError("you must specify a stack pointer offset");
4197 return TokError("unexpecte
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp685 return TokError("unexpected token in directive");
743 return TokError("expected identifier in directive");
748 return TokError("unexpected token in directive");
782 return TokError("unexpected token in '.comm' or '.lcomm' directive");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp431 return TokError("expected identifier in directive");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1227 return TokError("invalid register name");
1727 return TokError("unrecognized machine type");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4153 return TokError("immediate value expected for vector index");
4358 return TokError("Token is not a Left Curly Brace");
5719 return TokError("Token is not a Left Bracket");
11717 return TokError("expected variable after '.tlsdescseq' directive");

Completed in 320 milliseconds