Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getLocRange

522   /// getLocRange - Get the range between the first and last token of this
524 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
7601 ((ARMOperand*)Operands[0])->getLocRange());