Searched refs:ExecutionFailed (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Program.cpp | 36 std::string *ErrMsg, bool *ExecutionFailed, in ExecuteAndWait() argument 43 if (ExecutionFailed) in ExecuteAndWait() 44 *ExecutionFailed = false; in ExecuteAndWait() 51 if (ExecutionFailed) in ExecuteAndWait() 52 *ExecutionFailed = true; in ExecuteAndWait() 61 bool *ExecutionFailed, BitVector *AffinityMask, in ExecuteNoWait() argument 65 if (ExecutionFailed) in ExecuteNoWait() 66 *ExecutionFailed = false; in ExecuteNoWait() 69 if (ExecutionFailed) in ExecuteNoWait() 70 *ExecutionFailed = true; in ExecuteNoWait()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 324 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute() 349 if (ExecutionFailed) in Execute() 350 *ExecutionFailed = true; in Execute() 380 ErrMsg, ExecutionFailed, &ProcStat); in Execute() 385 ErrMsg, ExecutionFailed, &ProcStat); in Execute() 407 std::string *ErrMsg, bool *ExecutionFailed) const { in Execute() 412 return Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute() 425 if (ExecutionFailed) in Execute() 426 *ExecutionFailed = false; in Execute()
|
| H A D | Compilation.cpp | 195 bool ExecutionFailed; in ExecuteCommand() local 196 int Res = C.Execute(Redirects, &Error, &ExecutionFailed); in ExecuteCommand() 207 return ExecutionFailed ? 1 : Res; in ExecuteCommand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Program.h | 137 bool *ExecutionFailed = nullptr, 154 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 185 std::string *ErrMsg, bool *ExecutionFailed) const; 254 bool *ExecutionFailed) const override;
|