Searched refs:ExecGraphViewer (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DGraphWriter.cpp83 ExecGraphViewer(StringRef ExecPath, std::vector<const char*> &args, function
115 if (!ExecGraphViewer(Graphviz, args, Filename, wait, ErrMsg))
134 if (!ExecGraphViewer(LLVM_PATH_XDOT, args, Filename, wait, ErrMsg))
193 if (!ExecGraphViewer(prog, args, Filename, wait, ErrMsg))
204 if (!ExecGraphViewer(gv, args, PSFilename, wait, ErrMsg))
220 if (!ExecGraphViewer(dotty, args, Filename, wait, ErrMsg))

Completed in 120 milliseconds