Searched refs:TryFindProgram (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | GraphWriter.cpp | 140 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() function 182 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph() 193 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph() 203 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph() 213 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) { in DisplayGraph() 234 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph() 237 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph() 239 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph() 242 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph() 250 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph() [all …]
|