Lines Matching refs:getLoc
373 Operands.push_back(AVROperand::CreateReg(RegNo, T.getLoc(), T.getEndLoc())); in tryParseRegisterOperand()
380 SMLoc S = Parser.getTok().getLoc(); in tryParseExpression()
398 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in tryParseExpression()
407 SMLoc S = Parser.getTok().getLoc(); in tryParseRelocExpression()
454 return Error(Parser.getTok().getLoc(), "unknown modifier"); in tryParseRelocExpression()
481 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in tryParseRelocExpression()
492 return Error(Parser.getTok().getLoc(), "unexpected token in operand"); in parseOperand()
522 Parser.getTok().getLoc())); in parseOperand()
547 S = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseMemriOperand()
556 E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseMemriOperand()
566 StartLoc = Parser.getTok().getLoc(); in ParseRegister()
568 EndLoc = Parser.getTok().getLoc(); in ParseRegister()
599 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
606 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
618 parseLiteralValues(SIZE_LONG, DirectiveID.getLoc()); in ParseDirective()
620 parseLiteralValues(SIZE_WORD, DirectiveID.getLoc()); in ParseDirective()
622 parseLiteralValues(1, DirectiveID.getLoc()); in ParseDirective()
651 return Error(Parser.getTok().getLoc(), "unknown modifier"); in parseLiteralValues()