Home
last modified time | relevance | path

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

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