Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:EndLoc

30   SMLoc StartLoc, EndLoc;
66 : Kind(K), StartLoc(Start), EndLoc(End) {}
74 SMLoc getEndLoc() const override { return EndLoc; }
77 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
415 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size());
416 auto Res = llvm::make_unique<X86Operand>(Token, Loc, EndLoc);
423 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc,
426 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc);
436 SMLoc StartLoc, SMLoc EndLoc) {
437 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc);
444 CreateMem(const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0,
446 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc);
462 unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc,
472 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc);