Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DGraphWriter.cpp153 std::string ViewerPath; in DisplayGraph() local
158 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()
160 args.push_back(ViewerPath); in DisplayGraph()
169 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()
171 args.push_back(ViewerPath); in DisplayGraph()
179 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
181 args.push_back(ViewerPath); in DisplayGraph()
191 args.push_back(ViewerPath); in DisplayGraph()
253 args.push_back(ViewerPath); in DisplayGraph()
283 if (S.TryFindProgram("dotty", ViewerPath)) { in DisplayGraph()
[all …]