Lines Matching refs:MLoc
816 void AsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc,
819 int Reg = TRI->getDwarfRegNum(MLoc.getReg(), false);
821 for (MCSuperRegIterator SR(MLoc.getReg(), TRI); SR.isValid() && Reg < 0;
835 if (MLoc.isIndirect() || Indirect) {
846 EmitSLEB128(!MLoc.isIndirect() ? 0 : MLoc.getOffset());
847 if (MLoc.isIndirect() && Indirect)