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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp354 const std::string &CommandLine, std::string &CmdPath,
394 CmdPath = *Path;
396 Message = "Found command in: " + CmdPath + "\n";
405 std::string CmdPath; local
407 lexCommand(Argv0, Message, CompileCommandLine, CmdPath, Args);
408 if (CmdPath.empty())
411 return new CustomCompiler(CmdPath, Args);
421 std::string CmdPath; local
423 lexCommand(Argv0, Message, ExecCommandLine, CmdPath, Args);
424 if (CmdPath
353 lexCommand(const char *Argv0, std::string &Message, const std::string &CommandLine, std::string &CmdPath, std::vector<std::string> &Args) argument
[all...]

Completed in 98 milliseconds