Lines Matching refs:ErrMsg
137 std::string &ErrMsg) { in ExecGraphViewer() argument
139 if (sys::ExecuteAndWait(ExecPath, args, None, {}, 0, 0, &ErrMsg)) { in ExecGraphViewer()
140 errs() << "Error: " << ErrMsg << "\n"; in ExecGraphViewer()
146 sys::ExecuteNoWait(ExecPath, args, None, {}, 0, &ErrMsg); in ExecGraphViewer()
193 std::string ErrMsg; in DisplayGraph() local
206 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
215 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
226 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
239 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
286 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()
319 ErrMsg.clear(); in DisplayGraph()
320 return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg); in DisplayGraph()
334 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()