Lines Matching refs:wait
83 StringRef Filename, bool wait, in ExecGraphViewer() argument
86 if (wait) { in ExecGraphViewer()
133 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
136 wait &= !ViewBackground; in DisplayGraph()
149 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
164 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
197 if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
208 wait = false; in DisplayGraph()
221 return ExecGraphViewer(ViewerPath, args, PSFilename, wait, ErrMsg); in DisplayGraph()
233 wait = false; in DisplayGraph()
236 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()