Searched refs:ExecPath (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() argument 86 if (sys::ExecuteAndWait(ExecPath, args.data(), nullptr, nullptr, 0, 0, in ExecGraphViewer() 94 sys::ExecuteNoWait(ExecPath, args.data(), nullptr, nullptr, 0, &ErrMsg); in ExecGraphViewer()
|