reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1144     Inst.setLoc(IDLoc);
 1148     return Error(IDLoc, "instruction use requires an option to be enabled");
 1153     return Error(IDLoc, "invalid instruction" + Suggestion,
 1157     SMLoc ErrorLoc = IDLoc;
 1160         return Error(IDLoc, "too few operands for instruction");
 1163       if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;