Searched refs:ViewerPath (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | GraphWriter.cpp | 194 std::string ViewerPath; in DisplayGraph() local 199 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph() 201 args.push_back(ViewerPath); in DisplayGraph() 206 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph() 210 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph() 212 args.push_back(ViewerPath); in DisplayGraph() 215 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph() 220 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph() 222 args.push_back(ViewerPath); in DisplayGraph() 226 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph() [all …]
|