Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp391 std::string &CmdPath, std::vector<std::string> &Args) { in lexCommand() argument
418 CmdPath = *Path; in lexCommand()
420 Message = "Found command in: " + CmdPath + "\n"; in lexCommand()
429 std::string CmdPath; in createCustomCompiler() local
431 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler()
432 if (CmdPath.empty()) in createCustomCompiler()
435 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()
445 std::string CmdPath; in createCustomExecutor() local
447 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor()
448 if (CmdPath.empty()) in createCustomExecutor()
[all …]