Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ErrorLoc

870     SMLoc ErrorLoc = IDLoc;
875 ErrorLoc = ((PPCOperand*)Operands[ErrorInfo])->getStartLoc();
876 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
879 return Error(ErrorLoc, "invalid operand for instruction");