Searched refs:TryFindProgram (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DGraphWriter.cpp103 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { function in struct:GraphSession
142 if (S.TryFindProgram("Graphviz", ViewerPath)) {
153 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) {
170 if (!PSViewer && S.TryFindProgram("open", ViewerPath))
173 if (!PSViewer && S.TryFindProgram("gv", ViewerPath))
175 if (!PSViewer && S.TryFindProgram("xdg-open", ViewerPath))
181 (S.TryFindProgram(getProgramName(program), GeneratorPath) ||
182 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
225 if (S.TryFindProgram("dotty", ViewerPath)) {

Completed in 765 milliseconds