Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getStartLoc

659   /// getStartLoc - Get the location of the first token of this operand.
660 SMLoc getStartLoc() const { return StartLoc; }
2422 if (Operand->getStartLoc().isValid()) {
2424 return Error(Operand->getStartLoc(), "invalid operand for instruction",