Searched defs:LLIPath (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DToolRunner.cpp172 std::string LLIPath; // The path to the LLI executable member in class:__anon22681::LLI
176 : LLIPath(Path) {
204 LLIArgs.push_back(LLIPath.c_str());
229 return RunProgramWithTimeout(LLIPath, &LLIArgs[0],
271 std::string LLIPath = local
273 if (!LLIPath.empty()) {
274 Message = "Found lli: " + LLIPath + "\n";
275 return new LLI(LLIPath, ToolArgs);
578 std::string LLIPath; // The path to the LLI executable member in class:__anon22684::JIT
582 : LLIPath(Pat
645 std::string LLIPath = local
[all...]

Completed in 62 milliseconds