Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGraphWriter.cpp248 std::string GeneratorPath; in DisplayGraph() local
250 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
251 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()
256 args.push_back(GeneratorPath); in DisplayGraph()
267 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
269 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()