Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:MLoc

1170     MachineLocation MLoc;
1174 MLoc.set(MI->getOperand(0).getReg());
1176 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
1177 return DebugLocEntry::Value(Var, MLoc);