Home | History | Annotate | Download | only in ARM

Lines Matching refs:MLoc

217 void ARMAsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc,
220 if (RI->getDwarfRegNum(MLoc.getReg(), false) != -1) {
221 AsmPrinter::EmitDwarfRegOp(MLoc, Indirect);
224 assert(MLoc.isReg() && !Indirect &&
226 unsigned Reg = MLoc.getReg();