Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp194 std::string ViewerPath; in DisplayGraph() local
199 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()
201 args.push_back(ViewerPath); in DisplayGraph()
210 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()
212 args.push_back(ViewerPath); in DisplayGraph()
220 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
222 args.push_back(ViewerPath); in DisplayGraph()
232 args.push_back(ViewerPath); in DisplayGraph()
294 args.push_back(ViewerPath); in DisplayGraph()
324 if (S.TryFindProgram("dotty", ViewerPath)) { in DisplayGraph()
[all …]