Home | History | Annotate | Download | only in bugpoint

Lines Matching full:cmdpath

391                        std::string &CmdPath, std::vector<std::string> &Args) {
418 CmdPath = *Path;
420 Message = "Found command in: " + CmdPath + "\n";
429 std::string CmdPath;
431 lexCommand(Message, CompileCommandLine, CmdPath, Args);
432 if (CmdPath.empty())
435 return new CustomCompiler(CmdPath, Args);
445 std::string CmdPath;
447 lexCommand(Message, ExecCommandLine, CmdPath, Args);
448 if (CmdPath.empty())
451 return new CustomExecutor(CmdPath, Args);