Lines Matching refs:wait
135 StringRef Filename, bool wait, in ExecGraphViewer() argument
137 if (wait) { in ExecGraphViewer()
189 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
197 wait &= !*ViewBackground; in DisplayGraph()
201 if (wait) in DisplayGraph()
205 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
214 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
225 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
238 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
300 wait = false; in DisplayGraph()
311 (StringRef("start ") + (wait ? "/WAIT " : "") + OutputFilename).str(); in DisplayGraph()
319 return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg); in DisplayGraph()
330 wait = false; in DisplayGraph()
333 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()