Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:StartLoc

30   SMLoc StartLoc, EndLoc;
66 : Kind(K), StartLoc(Start), EndLoc(End) {}
72 SMLoc getStartLoc() const override { return StartLoc; }
77 SMRange getLocRange() const { return SMRange(StartLoc, 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);