Lines Matching defs:IDLoc
1144 bool matchAndEmitInstruction(SMLoc IDLoc, unsigned & /*Opcode*/,
1149 Inst.setLoc(IDLoc);
1174 TC.typeCheck(IDLoc, Inst, Operands);
1177 onEndOfFunction(IDLoc);
1191 return Parser.Error(IDLoc, Message);
1194 return Parser.Error(IDLoc, "invalid instruction");
1196 return Parser.Error(IDLoc, "ambiguous instruction");
1199 SMLoc ErrorLoc = IDLoc;
1202 return Parser.Error(IDLoc, "too few operands for instruction");
1205 ErrorLoc = IDLoc;
1213 void doBeforeLabelEmit(MCSymbol *Symbol, SMLoc IDLoc) override {
1223 Parser.Error(IDLoc,
1256 // We give the location of the label (IDLoc) here, because otherwise the
1265 ensureEmptyNestingStack(IDLoc);