Home
last modified time | relevance | path

Searched refs:GeneratorPath (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DGraphWriter.cpp204 std::string GeneratorPath; in DisplayGraph() local
206 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
207 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()
211 args.push_back(GeneratorPath.c_str()); in DisplayGraph()
220 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
222 if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg)) in DisplayGraph()