Searched refs:GeneratorPath (Results 1 – 1 of 1) sorted by relevance
215 std::string GeneratorPath; in DisplayGraph() local217 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()218 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()223 args.push_back(GeneratorPath.c_str()); in DisplayGraph()235 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()237 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()