Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGraphWriter.cpp115 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() function
157 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()
168 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()
178 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
188 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) { in DisplayGraph()
209 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()
212 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()
214 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph()
217 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph()
225 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
[all …]
/external/llvm/lib/Support/
DGraphWriter.cpp103 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() function
144 if (S.TryFindProgram("open", ViewerPath)) { in DisplayGraph()
156 if (S.TryFindProgram("xdg-open", ViewerPath)) { in DisplayGraph()
167 if (S.TryFindProgram("Graphviz", ViewerPath)) { in DisplayGraph()
178 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) { in DisplayGraph()
201 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()
204 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()
206 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph()
209 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph()
217 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
[all …]