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)) {
  178   if (S.TryFindProgram("Graphviz", ViewerPath)) {
  188   if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) {
  212   if (!Viewer && S.TryFindProgram("gv", ViewerPath))
  214   if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath))
  225       (S.TryFindProgram(getProgramName(program), GeneratorPath) ||
  226        S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
  282   if (S.TryFindProgram("dotty", ViewerPath)) {
  296   errs() << S.LogBuffer << "\n";