Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DGraphWriter.cpp139 std::string ViewerPath; in DisplayGraph() local
143 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
145 args.push_back(ViewerPath.c_str()); in DisplayGraph()
150 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
154 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) { in DisplayGraph()
156 args.push_back(ViewerPath.c_str()); in DisplayGraph()
165 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
171 if (!PSViewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()
174 if (!PSViewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()
176 if (!PSViewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph()
[all …]