Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:EndLoc

229   bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
275 SMLoc StartLoc, EndLoc;
384 EndLoc = o.EndLoc;
459 SMLoc getEndLoc() const { return EndLoc; }
1591 Op->EndLoc = S;
1599 Op->EndLoc = S;
1607 Op->EndLoc = S;
1615 Op->EndLoc = S;
1623 Op->EndLoc = E;
1631 Op->EndLoc = S;
1640 Op->EndLoc = S;
1648 Op->EndLoc = E;
1663 Op->EndLoc = E;
1676 Op->EndLoc = E;
1686 Op->EndLoc = E;
1694 Op->EndLoc = E;
1704 Op->EndLoc = E;
1710 SMLoc StartLoc, SMLoc EndLoc) {
1725 Op->EndLoc = EndLoc;
1735 Op->EndLoc = E;
1744 Op->EndLoc = E;
1752 Op->EndLoc = E;
1760 Op->EndLoc = S;
1781 Op->EndLoc = E;
1795 Op->EndLoc = E;
1803 Op->EndLoc = S;
1811 Op->EndLoc = S;
1819 Op->EndLoc = S;
1951 SMLoc &StartLoc, SMLoc &EndLoc) {
2373 SMLoc EndLoc = Parser.getTok().getLoc();
2376 return Error(EndLoc, "register expected");
2383 return Error(EndLoc, "invalid register in register list");
2386 return Error(EndLoc, "bad range in register list");