Searched refs:ProgramToRun (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp64 cl::opt<std::string> ProgramToRun(cl::Positional,
305 if (ProgramToRun.size() == 0) {
317 std::string CommandLine(ProgramToRun);
320 ProgramToRun = FindProgram(ProgramToRun, ec);
328 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; local
336 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
350 BOOL success = ::CreateProcessA(ProgramToRun.c_str(),
361 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
436 << ProgramToRun << "'
519 errs() << ToolName << ": Unhandled exception in: " << ProgramToRun local
[all...]

Completed in 116 milliseconds