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

References

lib/Support/GraphWriter.cpp
  225       (S.TryFindProgram(getProgramName(program), GeneratorPath) ||
  226        S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
  231     args.push_back(GeneratorPath);
  242     errs() << "Running '" << GeneratorPath << "' program... ";
  244     if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg))