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

/external/llvm/utils/not/
H A Dnot.cpp33 int Result = sys::ExecuteAndWait(Program, argv, nullptr, nullptr, 0, 0,
/external/llvm/unittests/Support/
H A DProgramTest.cpp97 int rc = ExecuteAndWait(my_exe, argv, &envp[0], redirects,
190 ExecuteAndWait(Executable, argv, &envp[0], nullptr, /*secondsToWait=*/1, 0,
202 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0,
204 ASSERT_TRUE(RetCode < 0) << "On error ExecuteAndWait should return 0 or "
/external/llvm/include/llvm/Support/
H A DProgram.h83 int ExecuteAndWait(
115 /// Similar to ExecuteAndWait, but returns immediately.
/external/llvm/lib/Support/
H A DProgram.cpp29 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, function in class:sys
H A DGraphWriter.cpp87 if (sys::ExecuteAndWait(ExecPath, args.data(), nullptr, nullptr, 0, 0,
/external/clang/lib/Driver/
H A DJob.cpp129 return llvm::sys::ExecuteAndWait(Executable, Argv.data(), /*env*/ nullptr,
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp218 int result = sys::ExecuteAndWait(Prog, Args.data(), nullptr,
H A DToolRunner.cpp56 /// to the sys::Program::ExecuteAndWait interface.
57 /// @see sys::Program::ExecuteAndWait
77 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects,
82 /// remotely using the given remote client and the sys::Program::ExecuteAndWait.
86 /// @see sys::Program::ExecuteAndWait
106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp788 if (llvm::sys::ExecuteAndWait(Ubiviz, &args[0], nullptr, nullptr, 0, 0,

Completed in 234 milliseconds