Lines Matching refs:wait
138 StringRef Filename, bool wait, in ExecGraphViewer() argument
140 if (wait) { in ExecGraphViewer()
192 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
200 wait &= !*ViewBackground; in DisplayGraph()
204 if (wait) in DisplayGraph()
208 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
217 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
228 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
241 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
303 wait = false; in DisplayGraph()
314 (StringRef("start ") + (wait ? "/WAIT " : "") + OutputFilename).str(); in DisplayGraph()
322 return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg); in DisplayGraph()
333 wait = false; in DisplayGraph()
336 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()