Home
last modified time | relevance | path

Searched refs:ExecuteCommand (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp172 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function
177 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand() function
214 if (ExecuteCommand(Command(command_vector)) == 0) in DisassembleCmd()
H A DFuzzerUtil.h59 int ExecuteCommand(const Command &Cmd);
60 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput);
H A DFuzzerUtilLinux.cpp25 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function
H A DFuzzerUtilFuchsia.cpp481 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function
577 bool ExecuteCommand(const Command &BaseCmd, std::string *CmdOutput) { in ExecuteCommand() function
581 int Ret = ExecuteCommand(Cmd); in ExecuteCommand()
H A DFuzzerDataFlowTrace.cpp273 ExecuteCommand(Cmd); in CollectDataFlow()
281 ExecuteCommand(Cmd); in CollectDataFlow()
H A DFuzzerUtilDarwin.cpp41 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() function
H A DFuzzerUtilPosix.cpp93 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand() function
H A DFuzzerDriver.cpp245 int ExitCode = ExecuteCommand(Cmd); in WorkerThread()
395 auto ExitCode = ExecuteCommand(Cmd); in CleanseCrashInput()
444 bool Success = ExecuteCommand(Cmd, &CmdOutput); in MinimizeCrashInput()
464 Success = ExecuteCommand(Cmd, &CmdOutput); in MinimizeCrashInput()
H A DFuzzerFork.cpp275 ExecuteCommand(Cmd); in CollectDFT()
306 Job->ExitCode = ExecuteCommand(Job->Cmd); in WorkerThread()
H A DFuzzerMerge.cpp510 auto ExitCode = ExecuteCommand(Cmd); in CrashResistantMerge()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp160 int Compilation::ExecuteCommand(const Command &C, in ExecuteCommand() function in Compilation
251 if (int Res = ExecuteCommand(Job, FailingCommand, LogOnly)) { in ExecuteJobs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h307 int ExecuteCommand(const Command &C, const Command *&FailingCommand,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1401 …14ExecuteCommandERKNS0_7CommandERPS3_", "clang::driver::Compilation::ExecuteCommand(clang::driver:…