Searched refs:TryFindProgram (Results 1 – 1 of 1) sorted by relevance
103 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() function143 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()154 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) { in DisplayGraph()171 if (!PSViewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()174 if (!PSViewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()176 if (!PSViewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph()182 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()183 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()226 if (S.TryFindProgram("dotty", ViewerPath)) { in DisplayGraph()