Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp135 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer() argument
139 if (sys::ExecuteAndWait(ExecPath, args, std::nullopt, {}, 0, 0, &ErrMsg)) { in ExecGraphViewer()
146 sys::ExecuteNoWait(ExecPath, args, std::nullopt, {}, 0, &ErrMsg); in ExecGraphViewer()