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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp381 std::string &CmdPath, std::vector<std::string> Args) {
401 CmdPath = sys::Program::FindProgramByName(Command).str();
402 if (CmdPath.empty()) {
409 Message = "Found command in: " + CmdPath + "\n";
418 std::string CmdPath; local
420 lexCommand(Message, CompileCommandLine, CmdPath, Args);
421 if (CmdPath.empty())
424 return new CustomCompiler(CmdPath, Args);
434 std::string CmdPath; local
436 lexCommand(Message, ExecCommandLine, CmdPath, Arg
380 lexCommand(std::string &Message, const std::string &CommandLine, std::string &CmdPath, std::vector<std::string> Args) argument
[all...]

Completed in 162 milliseconds