Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getStartLoc

147   /// getStartLoc - Get the location of the first token of this operand.
148 SMLoc getStartLoc() const { return StartLoc; }
1102 if (Operand->getStartLoc().isValid()) {
1104 return Error(Operand->getStartLoc(), "invalid operand for instruction",