Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:MLoc

1096     MachineLocation MLoc = Asm->getDebugValueLocation(MI);
1097 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);
1100 MachineLocation MLoc;
1101 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm());
1102 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var);