Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:EndLoc

33   SMLoc StartLoc, EndLoc;
70 : Kind(K), StartLoc(Start), EndLoc(End) {}
78 SMLoc getEndLoc() const override { return EndLoc; }
81 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
467 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size());
468 auto Res = llvm::make_unique<X86Operand>(Token, Loc, EndLoc);
475 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc,
478 auto Res = llvm::make_unique<X86Operand>(Register, StartLoc, EndLoc);
488 SMLoc StartLoc, SMLoc EndLoc) {
489 auto Res = llvm::make_unique<X86Operand>(Immediate, StartLoc, EndLoc);
496 CreateMem(unsigned ModeSize, const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc,
499 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc);
517 SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(),
526 auto Res = llvm::make_unique<X86Operand>(Memory, StartLoc, EndLoc);