reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/GraphWriter.cpp
  168   if (S.TryFindProgram("xdg-open", ViewerPath)) {
  170     args.push_back(ViewerPath);
  173     if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg))
  178   if (S.TryFindProgram("Graphviz", ViewerPath)) {
  180     args.push_back(ViewerPath);
  184     return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
  188   if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) {
  190     args.push_back(ViewerPath);
  197     return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
  212   if (!Viewer && S.TryFindProgram("gv", ViewerPath))
  214   if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath))
  252     args.push_back(ViewerPath);
  278     return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg);
  282   if (S.TryFindProgram("dotty", ViewerPath)) {
  284     args.push_back(ViewerPath);
  292     return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);