Lines Matching refs:wait
82 StringRef Filename, bool wait, in ExecGraphViewer() argument
85 if (wait) { in ExecGraphViewer()
135 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
143 wait &= !ViewBackground; in DisplayGraph()
147 if (wait) in DisplayGraph()
152 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
162 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
174 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
189 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
252 wait = false; in DisplayGraph()
263 (StringRef("start ") + (wait ? "/WAIT " : "") + OutputFilename).str(); in DisplayGraph()
272 return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg); in DisplayGraph()
284 wait = false; in DisplayGraph()
287 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()