Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp193 std::string ViewerPath; in DisplayGraph() local
198 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()
200 args.push_back(ViewerPath); in DisplayGraph()
209 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()
211 args.push_back(ViewerPath); in DisplayGraph()
219 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
221 args.push_back(ViewerPath); in DisplayGraph()
231 args.push_back(ViewerPath); in DisplayGraph()
293 args.push_back(ViewerPath); in DisplayGraph()
323 if (S.TryFindProgram("dotty", ViewerPath)) { in DisplayGraph()
[all …]