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
138 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()
222 if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
233 wait = false; in DisplayGraph()
246 return ExecGraphViewer(ViewerPath, args, PSFilename, wait, ErrMsg); in DisplayGraph()
258 wait = false; in DisplayGraph()
261 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()