Searched refs:ExecuteCommand (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilWindows.cpp | 167 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function 172 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand() function 209 if (ExecuteCommand(Command(command_vector)) == 0) in DisassembleCmd()
|
| H A D | FuzzerUtil.h | 59 int ExecuteCommand(const Command &Cmd); 60 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput);
|
| H A D | FuzzerUtilLinux.cpp | 23 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function
|
| H A D | FuzzerUtilFuchsia.cpp | 431 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function 527 bool ExecuteCommand(const Command &BaseCmd, std::string *CmdOutput) { in ExecuteCommand() function 531 int Ret = ExecuteCommand(Cmd); in ExecuteCommand()
|
| H A D | FuzzerDataFlowTrace.cpp | 275 ExecuteCommand(Cmd); in CollectDataFlow() 283 ExecuteCommand(Cmd); in CollectDataFlow()
|
| H A D | FuzzerUtilDarwin.cpp | 41 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function
|
| H A D | FuzzerUtilPosix.cpp | 93 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand() function
|
| H A D | FuzzerDriver.cpp | 243 int ExitCode = ExecuteCommand(Cmd); in WorkerThread() 390 auto ExitCode = ExecuteCommand(Cmd); in CleanseCrashInput() 439 bool Success = ExecuteCommand(Cmd, &CmdOutput); in MinimizeCrashInput() 459 Success = ExecuteCommand(Cmd, &CmdOutput); in MinimizeCrashInput()
|
| H A D | FuzzerFork.cpp | 275 ExecuteCommand(Cmd); in CollectDFT() 306 Job->ExitCode = ExecuteCommand(Job->Cmd); in WorkerThread()
|
| H A D | FuzzerMerge.cpp | 506 auto ExitCode = ExecuteCommand(Cmd); in CrashResistantMerge()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Compilation.cpp | 164 int Compilation::ExecuteCommand(const Command &C, in ExecuteCommand() function in Compilation 254 if (int Res = ExecuteCommand(Job, FailingCommand, LogOnly)) { in ExecuteJobs()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Compilation.h | 301 int ExecuteCommand(const Command &C, const Command *&FailingCommand,
|
| /llvm-project-15.0.7/clang/unittests/Driver/ |
| H A D | ToolChainTest.cpp | 361 CC->ExecuteCommand(*CmdCompile, FailingCmd); in TEST()
|