Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DGraphWriter.cpp82 static bool ExecGraphViewer(StringRef ExecPath, std::vector<const char *> &args, in ExecGraphViewer() argument
87 if (sys::ExecuteAndWait(ExecPath, args.data(), nullptr, nullptr, 0, 0, in ExecGraphViewer()
95 sys::ExecuteNoWait(ExecPath, args.data(), nullptr, nullptr, 0, &ErrMsg); in ExecGraphViewer()