Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DGraphWriter.cpp94 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer() argument
98 if (sys::ExecuteAndWait(ExecPath, args, None, {}, 0, 0, &ErrMsg)) { in ExecGraphViewer()
105 sys::ExecuteNoWait(ExecPath, args, None, {}, 0, &ErrMsg); in ExecGraphViewer()
/external/llvm/lib/Support/
DGraphWriter.cpp81 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()