Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Msg

44   bool Error(SMLoc L, const Twine &Msg,
48 return Parser.Error(L, Msg, Ranges);
51 X86Operand *ErrorOperand(SMLoc Loc, StringRef Msg) {
52 Error(Loc, Msg);
1879 std::string Msg = "instruction requires:";
1883 Msg += " ";
1884 Msg += getSubtargetFeatureName(ErrorInfo & Mask);
1888 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);
1976 SmallString<126> Msg;
1977 raw_svector_ostream OS(Msg);
2026 std::string Msg = "instruction requires:";
2030 Msg += " ";
2031 Msg += getSubtargetFeatureName(ErrorInfoMissingFeature & Mask);
2035 return Error(IDLoc, Msg, EmptyRanges, MatchingInlineAsm);