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

/external/llvm/lib/Support/
H A DGraphWriter.cpp179 std::string GeneratorPath; local
181 (S.TryFindProgram(getProgramName(program), GeneratorPath) ||
182 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
186 args.push_back(GeneratorPath.c_str());
195 errs() << "Running '" << GeneratorPath << "' program... ";
197 if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg))

Completed in 97 milliseconds