Home
last modified time | relevance | path

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

/external/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()
/external/llvm/lib/Support/
DGraphWriter.cpp215 std::string GeneratorPath; in DisplayGraph() local
217 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
218 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()
223 args.push_back(GeneratorPath.c_str()); in DisplayGraph()
235 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
237 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DGraphWriter.cpp265 std::string GeneratorPath; in DisplayGraph() local
267 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
268 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) { in DisplayGraph()
273 args.push_back(GeneratorPath); in DisplayGraph()
284 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph()
286 if (ExecGraphViewer(GeneratorPath, args, Filename, true, ErrMsg)) in DisplayGraph()