Lines Matching refs:IDLoc
1005 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned & /*Opcode*/, in MatchAndEmitInstruction() argument
1010 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
1034 if (!SkipTypeCheck && TC.typeCheck(IDLoc, Inst, Operands)) in MatchAndEmitInstruction()
1038 onEndOfFunction(IDLoc); in MatchAndEmitInstruction()
1052 return Parser.Error(IDLoc, Message); in MatchAndEmitInstruction()
1055 return Parser.Error(IDLoc, "invalid instruction"); in MatchAndEmitInstruction()
1057 return Parser.Error(IDLoc, "ambiguous instruction"); in MatchAndEmitInstruction()
1060 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
1063 return Parser.Error(IDLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
1066 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
1074 void doBeforeLabelEmit(MCSymbol *Symbol, SMLoc IDLoc) override { in doBeforeLabelEmit() argument
1084 Parser.Error(IDLoc, in doBeforeLabelEmit()
1126 ensureEmptyNestingStack(IDLoc); in doBeforeLabelEmit()