Searched refs:GeneratorPath (Results 1 – 1 of 1) sorted by relevance
265 std::string GeneratorPath; in DisplayGraph() local267 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()268 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()273 args.push_back(GeneratorPath); in DisplayGraph()284 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()286 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()