HomeSort by relevance Sort by last modified time
    Searched refs:CmdPath (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 392 std::string &CmdPath, std::vector<std::string> &Args) {
419 CmdPath = *Path;
421 Message = "Found command in: " + CmdPath + "\n";
430 std::string CmdPath;
432 lexCommand(Message, CompileCommandLine, CmdPath, Args);
433 if (CmdPath.empty())
436 return new CustomCompiler(CmdPath, Args);
446 std::string CmdPath;
448 lexCommand(Message, ExecCommandLine, CmdPath, Args);
449 if (CmdPath.empty()
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 379 std::string &CmdPath, std::vector<std::string> Args) {
399 CmdPath = sys::Program::FindProgramByName(Command).str();
400 if (CmdPath.empty()) {
407 Message = "Found command in: " + CmdPath + "\n";
416 std::string CmdPath;
418 lexCommand(Message, CompileCommandLine, CmdPath, Args);
419 if (CmdPath.empty())
422 return new CustomCompiler(CmdPath, Args);
432 std::string CmdPath;
434 lexCommand(Message, ExecCommandLine, CmdPath, Args);
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 94 milliseconds