HomeSort by relevance Sort by last modified time
    Searched refs:TryFindProgram (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
GraphWriter.cpp 103 bool TryFindProgram(StringRef Names, std::string &ProgramPath) {
144 if (S.TryFindProgram("open", ViewerPath)) {
156 if (S.TryFindProgram("xdg-open", ViewerPath)) {
167 if (S.TryFindProgram("Graphviz", ViewerPath)) {
178 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) {
201 if (!Viewer && S.TryFindProgram("open", ViewerPath))
204 if (!Viewer && S.TryFindProgram("gv", ViewerPath))
206 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath))
209 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) {
217 (S.TryFindProgram(getProgramName(program), GeneratorPath) |
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
GraphWriter.cpp 116 bool TryFindProgram(StringRef Names, std::string &ProgramPath) {
158 if (S.TryFindProgram("open", ViewerPath)) {
169 if (S.TryFindProgram("xdg-open", ViewerPath)) {
179 if (S.TryFindProgram("Graphviz", ViewerPath)) {
189 if (S.TryFindProgram("xdot|xdot.py", ViewerPath)) {
210 if (!Viewer && S.TryFindProgram("open", ViewerPath))
213 if (!Viewer && S.TryFindProgram("gv", ViewerPath))
215 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath))
218 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) {
226 (S.TryFindProgram(getProgramName(program), GeneratorPath) |
    [all...]

Completed in 597 milliseconds