Lines Matching refs:EndLoc
75 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
272 SMLoc StartLoc, EndLoc; member in __anon5efbd75e0311::MipsOperand
345 Op->EndLoc = S; in CreateToken()
353 Op->EndLoc = E; in CreateReg()
361 Op->EndLoc = E; in CreateImm()
371 Op->EndLoc = E; in CreateMem()
427 return EndLoc; in getEndLoc()
1112 SMLoc EndLoc; in parseRelocOperand() local
1130 if (getParser().parseParenExpression(IdVal, EndLoc)) in parseRelocOperand()
1144 SMLoc &EndLoc) { in ParseRegister() argument
1147 EndLoc = Parser.getTok().getLoc(); in ParseRegister()