Searched refs:ExecuteNoWait (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ProgramTest.cpp | 223 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() 242 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() 302 ProcessInfo PI = ExecuteNoWait(Executable, argv, llvm::None, {}, 0, &Error, in TEST() 415 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Program.h | 148 ProcessInfo ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Program.cpp | 56 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait() function in sys
|
| H A D | GraphWriter.cpp | 146 sys::ExecuteNoWait(ExecPath, args, None, {}, 0, &ErrMsg); in ExecGraphViewer()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataAggregator.cpp | 263 PPI.PI = sys::ExecuteNoWait(PerfPath.data(), Argv, /*envp*/ llvm::None, in launchPerfProcess()
|