Searched refs:CmdPath (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 348 const std::string &CommandLine, std::string &CmdPath, in lexCommand() argument 388 CmdPath = *Path; in lexCommand() 390 Message = "Found command in: " + CmdPath + "\n"; in lexCommand() 399 std::string CmdPath; in createCustomCompiler() local 401 lexCommand(Argv0, Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler() 402 if (CmdPath.empty()) in createCustomCompiler() 405 return new CustomCompiler(CmdPath, Args); in createCustomCompiler() 415 std::string CmdPath; in createCustomExecutor() local 417 lexCommand(Argv0, Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor() 418 if (CmdPath.empty()) in createCustomExecutor() [all …]
|