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

/external/llvm/lib/Support/
H A DGraphWriter.cpp138 std::string ViewerPath; local
142 if (S.TryFindProgram("Graphviz", ViewerPath)) {
144 args.push_back(ViewerPath.c_str());
149 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
153 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) {
155 args.push_back(ViewerPath.c_str());
164 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
170 if (!PSViewer && S.TryFindProgram("open", ViewerPath))
173 if (!PSViewer && S.TryFindProgram("gv", ViewerPath))
175 if (!PSViewer && S.TryFindProgram("xdg-open", ViewerPath))
[all...]

Completed in 1090 milliseconds