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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
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 DCOFFAsmParser.cpp185 return TokError("conflicting section flags 'b' and 'd'.");
192 return TokError("conflicting section flags 'b' and 'd'.");
241 return TokError("unknown flag");
283 return TokError("expected identifier in directive");
293 return TokError("unexpected token in directive");
314 return TokError("unexpected token in section switching directive");
351 return TokError("expected identifier in directive");
361 return TokError("expected string in directive");
379 return TokError("expected comdat type such as 'discard' or 'largest' "
386 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 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.cpp60 return TokError(Msg);
83 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) { function in class:MCAsmParser
H A DAsmParser.cpp1046 return TokError("expected ')' in parentheses expression");
1077 return TokError("unknown token in expression");
1182 return TokError("literal value out of range for directive");
1198 return TokError("invalid variant '" + Split.second + "'");
1237 return TokError("brackets expression not supported on this target");
1286 return TokError("expected '(' after operator");
1291 return TokError("expected ')'");
1321 TokError("invalid variant on expression '" + getTok().getIdentifier() +
1420 return TokError("unexpected symbol modifier following '@'");
1425 return TokError("invali
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp536 TokError("expected name for ClassID");
544 TokError(Msg + ". Use 'defm' if you meant to use multiclass '" +
547 TokError(Msg);
561 TokError("expected name for MultiClassID");
567 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
600 TokError("subclass reference requires a non-empty list of template values");
612 TokError("expected '>' in template value list");
645 TokError("subclass reference requires a non-empty list of template values");
657 TokError("expected '>' in template value list");
679 return TokError("expecte
[all...]
H A DTGParser.h177 bool TokError(const Twine &Msg) const { function in class:llvm::TGParser
/freebsd-12-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.h223 bool TokError(const Twine &Msg, SMRange Range = None);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp320 default: return TokError("expected top-level entity");
373 default: return TokError("unknown target property");
524 return TokError("expected 'global' or 'constant'");
624 return TokError("expected comdat type");
629 return TokError("unknown selection kind");
744 return TokError("unexpected type in metadata definition");
763 return TokError("Metadata id is already used");
778 return TokError(
796 return TokError("found end of file while parsing summary entry");
980 return TokError("unknow
[all...]
H A DLLParser.h193 bool TokError(const Twine &Msg) const { function in class:llvm::LLParser
303 return TokError("expected index");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2380 TokError("immediate value expected for prefetch operand");
2385 TokError("prefetch operand out of range, [0," + utostr(MaxVal) +
2397 TokError("prefetch hint expected");
2403 TokError("prefetch hint expected");
2420 TokError("invalid operand for instruction");
2426 TokError("invalid operand for instruction");
2443 TokError("invalid operand for instruction");
2449 TokError("invalid operand for instruction");
2564 TokError("invalid floating point immediate");
2571 TokError("encode
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3608 return TokError("invalid major version");
3611 return TokError("minor version number required, comma expected");
3615 return TokError("invalid minor version");
3622 return TokError("directive only supported for amdgcn architecture");
3689 return TokError("directive only supported for amdgcn architecture");
3692 return TokError("directive only supported for amdhsa OS");
3719 return TokError("expected .amdhsa_ directive or .end_amdhsa_kernel");
3729 return TokError(".amdhsa_ directives cannot be repeated");
3938 return TokError(".amdhsa_next_free_vgpr directive is required");
3941 return TokError("
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2134 return TokError("Expected 1to<NUM> at this point");
2138 return TokError("Expected 1to<NUM> at this point");
2148 return TokError("Invalid memory broadcast primitive.");
2151 return TokError("Expected } at this point");
2717 return TokError("unexpected token in argument list");
3738 return Parser.TokError("expected symbol name");
3742 return Parser.TokError("parameters size out of range");
3853 return TokError("unexpected token in directive");
3866 return TokError("you must specify a stack pointer offset");
3873 return TokError("unexpecte
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp678 return TokError("unexpected token in directive");
736 return TokError("expected identifier in directive");
741 return TokError("unexpected token in directive");
775 return TokError("unexpected token in '.comm' or '.lcomm' directive");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp414 return TokError("expected identifier in directive");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1219 return TokError("invalid register name");
1706 return TokError("unrecognized machine type");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4080 return TokError("immediate value expected for vector index");
4285 return TokError("Token is not a Left Curly Brace");
5646 return TokError("Token is not a Left Bracket");
11428 return TokError("expected variable after '.tlsdescseq' directive");

Completed in 314 milliseconds