Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp264 std::string GeneratorPath; in DisplayGraph() local
266 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
267 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()
272 args.push_back(GeneratorPath); in DisplayGraph()
283 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
285 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()