Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getStartLoc

186   /// getStartLoc - Get the location of the first token of this operand.
187 SMLoc getStartLoc() const { return StartLoc; }
1634 if (Operand->getStartLoc().isValid()) {
1636 return Error(Operand->getStartLoc(), "invalid operand for instruction",