Home
last modified time | relevance | path

Searched refs:ViewerPath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGraphWriter.cpp177 std::string ViewerPath; in DisplayGraph() local
182 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()
184 args.push_back(ViewerPath); in DisplayGraph()
189 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
193 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()
195 args.push_back(ViewerPath); in DisplayGraph()
198 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
203 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
205 args.push_back(ViewerPath); in DisplayGraph()
209 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
[all …]