Lines Matching refs:getLoc
696 Reg.StartLoc = Parser.getTok().getLoc(); in parseRegister()
700 return Error(Parser.getTok().getLoc(), "register expected"); in parseRegister()
731 Reg.EndLoc = Parser.getTok().getLoc(); in parseRegister()
780 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAnyRegister()
793 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseAnyRegister()
872 return Error(Parser.getTok().getLoc(), "unexpected token in address"); in parseAddress()
899 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress()
1009 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseAddress()
1020 return ParseDirectiveInsn(DirectiveID.getLoc()); in ParseDirective()
1032 SMLoc ErrorLoc = Parser.getTok().getLoc(); in ParseDirectiveInsn()
1056 SMLoc StartLoc = Parser.getTok().getLoc(); in ParseDirectiveInsn()
1078 SMLoc StartLoc = Parser.getTok().getLoc(); in ParseDirectiveInsn()
1085 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in ParseDirectiveInsn()
1167 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
1212 SMLoc StartLoc = Parser.getTok().getLoc(); in parseOperand()
1228 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseOperand()
1302 SMLoc StartLoc = Parser.getTok().getLoc(); in parsePCRel()
1327 Error(Parser.getTok().getLoc(), "unexpected token"); in parsePCRel()
1338 Error(Parser.getTok().getLoc(), "unknown TLS tag"); in parsePCRel()
1344 Error(Parser.getTok().getLoc(), "unexpected token"); in parsePCRel()
1350 Error(Parser.getTok().getLoc(), "unexpected token"); in parsePCRel()
1361 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parsePCRel()