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;
11410 bool ARMAsmParser::matchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
11463 Inst.setLoc(IDLoc);
11473 ReportNearMisses(NearMisses, IDLoc, Operands);
11479 return Error(IDLoc, "invalid instruction" + Suggestion,
11676 void ARMAsmParser::doBeforeLabelEmit(MCSymbol *Symbol, SMLoc IDLoc) {
12769 SMLoc IDLoc, OperandVector &Operands) {
12862 Message.Loc = IDLoc;
12876 Message.Loc = IDLoc;
12934 SMLoc IDLoc, OperandVector &Operands) {
12936 FilterNearMisses(NearMisses, Messages, IDLoc, Operands);
12941 Error(IDLoc, "invalid instruction");
12948 Error(IDLoc, "invalid instruction, any one of the following would fix this:");