Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:MLoc

1342     MachineLocation MLoc;
1346 MLoc.set(MI->getOperand(0).getReg());
1348 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
1349 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);