Lines Matching refs:EndLoc
42 bool parseRegister(MCRegister &Reo, SMLoc &StartLoc, SMLoc &EndLoc) override;
44 SMLoc &EndLoc) override;
96 SMLoc StartLoc, EndLoc; member
109 EndLoc = o.EndLoc; in BPFOperand()
149 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
205 Op->EndLoc = S; in createToken()
214 Op->EndLoc = E; in createReg()
223 Op->EndLoc = E; in createImm()
354 SMLoc &EndLoc) { in parseRegister() argument
355 if (!tryParseRegister(Reg, StartLoc, EndLoc).isSuccess()) in parseRegister()
361 SMLoc &EndLoc) { in tryParseRegister() argument
364 EndLoc = Tok.getEndLoc(); in tryParseRegister()