Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGraphWriter.cpp223 std::string GeneratorPath; in DisplayGraph() local
225 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
226 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()
231 args.push_back(GeneratorPath); in DisplayGraph()
242 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
244 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()