Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:getStartLoc

482   /// getStartLoc - Get the location of the first token of this operand.
483 SMLoc getStartLoc() const { return StartLoc; }
2512 return Error(PrevOp->getStartLoc(), "shift must be of a register");
4072 Error(Operands[3]->getStartLoc(),
5092 Operands.push_back(ARMOperand::CreateToken("#0", Op->getStartLoc()));
5103 Operands.push_back(ARMOperand::CreateToken("#0", Op->getStartLoc()));
5124 Operands.push_back(ARMOperand::CreateToken("#0", Op->getStartLoc()));
5177 SMLoc Loc = Operands[0]->getStartLoc();
5200 CondLoc = Operands[i]->getStartLoc();
5222 return Error(Operands[3]->getStartLoc(),
5231 return Error(Operands[3]->getStartLoc(),
5242 return Error(Operands[3]->getStartLoc(),
5252 return Error(Operands[5]->getStartLoc(),
5270 return Error(Operands[3 + hasWritebackToken]->getStartLoc(),
5274 return Error(Operands[2]->getStartLoc(),
5279 return Error(Operands[3]->getStartLoc(),
5287 return Error(Operands[4]->getStartLoc(),
5299 return Error(Operands[2]->getStartLoc(),
5307 return Error(Operands[2]->getStartLoc(),
5314 return Error(Operands[4]->getStartLoc(),
7329 ErrorLoc = ((ARMOperand*)Operands[ErrorInfo])->getStartLoc();