| /llvm-project/llvm/unittests/Support/ |
| H A D | ProgramTest.cpp | 156 int RC = ExecuteAndWait(MyExe, ArgV, getEnviron(), Redirects, in TEST_F() 199 int rc = ExecuteAndWait(my_exe, argv, getEnviron(), redirects, in TEST_F() 372 ExecuteAndWait(Executable, argv, getEnviron(), {}, /*SecondsToWait=*/1, in TEST_F() 423 int RetCode = ExecuteAndWait(Executable, argv, std::nullopt, {}, 0, 0, in TEST() 503 int RetCode = ExecuteAndWait(Executable, argv, getEnviron(), {}, 0, 0, &Error, in TEST_F() 582 int RetCode = ExecuteAndWait(Executable, argv, getEnviron(), {}, 0, 0, &Error, in TEST_F()
|
| H A D | CrashRecoveryTest.cpp | 186 int RetCode = ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TEST()
|
| H A D | ThreadPool.cpp | 471 int Ret = sys::ExecuteAndWait(Executable, argv, {}, {}, 0, 0, &Error, in TYPED_TEST()
|
| /llvm-project/llvm/utils/not/ |
| H A D | not.cpp | 66 sys::ExecuteAndWait(*Program, Argv, std::nullopt, {}, 0, 0, &ErrMsg); in main()
|
| /llvm-project/mlir/lib/Reducer/ |
| H A D | Tester.cpp | 70 int result = llvm::sys::ExecuteAndWait( in isInteresting()
|
| /llvm-project/llvm/tools/llvm-reduce/ |
| H A D | TestRunner.cpp | 43 sys::ExecuteAndWait(TestName, ExecArgs, /*Env=*/std::nullopt, in run()
|
| /llvm-project/llvm/lib/Support/ |
| H A D | Program.cpp | 32 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait() function in sys
|
| H A D | Signals.cpp | 207 sys::ExecuteAndWait(LLVMSymbolizerPath, Args, std::nullopt, Redirects); in printSymbolizedStackTrace()
|
| H A D | GraphWriter.cpp | 141 if (sys::ExecuteAndWait(ExecPath, args, std::nullopt, {}, 0, 0, &ErrMsg)) { in ExecGraphViewer()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | Program.h | 104 int ExecuteAndWait(
|
| /llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 378 return llvm::sys::ExecuteAndWait(Executable, Args, Env, in Execute() 384 return llvm::sys::ExecuteAndWait(Executable, Args, Env, Redirects, in Execute()
|
| /llvm-project/llvm/tools/reduce-chunk-list/ |
| H A D | reduce-chunk-list.cpp | 60 int Result = sys::ExecuteAndWait(Argv[0], Argv, std::nullopt, {}, 0, 0, in isStillInteresting()
|
| /llvm-project/mlir/lib/Target/LLVM/NVVM/ |
| H A D | Target.cpp | 437 if (llvm::sys::ExecuteAndWait(ptxasCompiler.value(), ptxasArgs, in compileToBinary() 449 if (llvm::sys::ExecuteAndWait(nvdisasm.value(), nvdisasmArgs, 467 if (createFatbin && llvm::sys::ExecuteAndWait(*fatbinaryTool, fatbinArgs, in compileToBinaryNVPTX()
|
| /llvm-project/llvm/lib/IR/ |
| H A D | PrintPasses.cpp | 239 int Result = sys::ExecuteAndWait(*DiffExe, Args, std::nullopt, Redirects); in doSystemDiff()
|
| /llvm-project/llvm/tools/bugpoint/ |
| H A D | OptimizerDriver.cpp | 244 int result = sys::ExecuteAndWait(Prog, Args, std::nullopt, Redirects, Timeout, in runPasses()
|
| H A D | ToolRunner.cpp | 62 return sys::ExecuteAndWait(ProgramPath, Args, std::nullopt, Redirects, in RunProgramWithTimeout() 79 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, std::nullopt, in RunProgramRemotelyWithTimeout()
|
| /llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 307 int res = llvm::sys::ExecuteAndWait(errorHandlingScript, scriptArgs); in error()
|
| /llvm-project/llvm/unittests/TargetParser/ |
| H A D | Host.cpp | 426 ExecuteAndWait(ExePath, argv, /*env=*/std::nullopt, Redirects); in TEST()
|
| /llvm-project/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 396 return llvm::sys::ExecuteAndWait(*Program, execArgs);
|
| /llvm-project/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 399 sys::ExecuteAndWait(PerfPath, ScriptMMapArgs, std::nullopt, Redirects); in convertPerfDataToTrace() 437 sys::ExecuteAndWait(PerfPath, ScriptSampleArgs, std::nullopt, Redirects); in filename()
|
| /llvm-project/flang/tools/f18-parse-demo/ |
| H A D | f18-parse-demo.cpp | 114 llvm::sys::ExecuteAndWait( in Exec()
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | SystemIncludeExtractor.cpp | 342 llvm::sys::ExecuteAndWait(Argv.front(), Argv, /*Env=*/std::nullopt, in run()
|
| /llvm-project/mlir/lib/Target/LLVM/ROCDL/ |
| H A D | Target.cpp | 381 int lldResult = llvm::sys::ExecuteAndWait( in compileToBinary()
|
| /llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 277 int RC = sys::ExecuteAndWait(Args[0], Args); in runAIXSystemAssembler()
|
| /llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 553 int Code = llvm::sys::ExecuteAndWait( in renderSVG()
|