Lines Matching refs:getLoc
396 Operands.push_back(AVROperand::CreateReg(RegNo, T.getLoc(), T.getEndLoc())); in tryParseRegisterOperand()
403 SMLoc S = Parser.getTok().getLoc(); in tryParseExpression()
421 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in tryParseExpression()
430 SMLoc S = Parser.getTok().getLoc(); in tryParseRelocExpression()
477 return Error(Parser.getTok().getLoc(), "unknown modifier"); in tryParseRelocExpression()
504 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in tryParseRelocExpression()
515 return Error(Parser.getTok().getLoc(), "unexpected token in operand"); in parseOperand()
545 Parser.getTok().getLoc())); in parseOperand()
570 S = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseMemriOperand()
579 E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseMemriOperand()
589 StartLoc = Parser.getTok().getLoc(); in ParseRegister()
591 EndLoc = Parser.getTok().getLoc(); in ParseRegister()
599 StartLoc = Parser.getTok().getLoc(); in tryParseRegister()
601 EndLoc = Parser.getTok().getLoc(); in tryParseRegister()
634 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
641 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
653 parseLiteralValues(SIZE_LONG, DirectiveID.getLoc()); in ParseDirective()
655 parseLiteralValues(SIZE_WORD, DirectiveID.getLoc()); in ParseDirective()
657 parseLiteralValues(1, DirectiveID.getLoc()); in ParseDirective()
686 return Error(Parser.getTok().getLoc(), "unknown modifier"); in parseLiteralValues()