Searched refs:ExecGraphViewer (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | GraphWriter.cpp | 81 static bool ExecGraphViewer(StringRef ExecPath, std::vector<const char *> &args, in ExecGraphViewer() function 152 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph() 162 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph() 174 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph() 189 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph() 222 if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg)) in DisplayGraph() 246 return ExecGraphViewer(ViewerPath, args, PSFilename, wait, ErrMsg); in DisplayGraph() 261 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
|