Lines Matching refs:wait
95 StringRef Filename, bool wait, in ExecGraphViewer() argument
97 if (wait) { in ExecGraphViewer()
149 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
157 wait &= !ViewBackground; in DisplayGraph()
161 if (wait) in DisplayGraph()
165 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
174 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
185 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
198 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
260 wait = false; in DisplayGraph()
271 (StringRef("start ") + (wait ? "/WAIT " : "") + OutputFilename).str(); in DisplayGraph()
279 return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg); in DisplayGraph()
290 wait = false; in DisplayGraph()
293 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()