Searched refs:LiveDebugVariablesPrinterPass (Results 1 – 3 of 3) sorted by relevance
110 class LiveDebugVariablesPrinterPass111 : public PassInfoMixin<LiveDebugVariablesPrinterPass> {115 LiveDebugVariablesPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveDebugVariablesPrinterPass() function
137 MACHINE_FUNCTION_PASS("print<livedebugvars>", LiveDebugVariablesPrinterPass(errs()))
1335 LiveDebugVariablesPrinterPass::run(MachineFunction &MF, in run()