Searched refs:CmdPath (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 392 std::string &CmdPath, std::vector<std::string> &Args) { in lexCommand() argument 419 CmdPath = *Path; in lexCommand() 421 Message = "Found command in: " + CmdPath + "\n"; in lexCommand() 430 std::string CmdPath; in createCustomCompiler() local 432 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler() 433 if (CmdPath.empty()) in createCustomCompiler() 436 return new CustomCompiler(CmdPath, Args); in createCustomCompiler() 446 std::string CmdPath; in createCustomExecutor() local 448 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor() 449 if (CmdPath.empty()) in createCustomExecutor() [all …]
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.cpp | 379 std::string &CmdPath, std::vector<std::string> Args) { in lexCommand() argument 399 CmdPath = sys::Program::FindProgramByName(Command).str(); in lexCommand() 400 if (CmdPath.empty()) { in lexCommand() 407 Message = "Found command in: " + CmdPath + "\n"; in lexCommand() 416 std::string CmdPath; in createCustomCompiler() local 418 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler() 419 if (CmdPath.empty()) in createCustomCompiler() 422 return new CustomCompiler(CmdPath, Args); in createCustomCompiler() 432 std::string CmdPath; in createCustomExecutor() local 434 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor() [all …]
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 1768 my $CmdPath = join_P($Path,$Name); 1769 if(-f $CmdPath) 1772 next if(not check_gcc($CmdPath, "3")); 1774 return ($Cache{"search_Cmd"}{$Name} = $CmdPath); 8699 if(my $CmdPath = get_CmdPath("file")) { 8700 return `$CmdPath -b \"$Path\"`;
|