Lines Matching defs:IDLoc
726 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
744 SMLoc IDLoc, OperandVector &Operands);
745 void ReportNearMisses(SmallVectorImpl<NearMissInfo> &NearMisses, SMLoc IDLoc,
751 void doBeforeLabelEmit(MCSymbol *Symbol, SMLoc IDLoc) override;
11354 bool ARMAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
11407 Inst.setLoc(IDLoc);
11417 ReportNearMisses(NearMisses, IDLoc, Operands);
11423 return Error(IDLoc, "invalid instruction" + Suggestion,
11620 void ARMAsmParser::doBeforeLabelEmit(MCSymbol *Symbol, SMLoc IDLoc) {
12714 SMLoc IDLoc, OperandVector &Operands) {
12807 Message.Loc = IDLoc;
12821 Message.Loc = IDLoc;
12879 SMLoc IDLoc, OperandVector &Operands) {
12881 FilterNearMisses(NearMisses, Messages, IDLoc, Operands);
12886 Error(IDLoc, "invalid instruction");
12893 Error(IDLoc, "invalid instruction, any one of the following would fix this:");