Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/bugpoint/
HDToolRunner.cpp173 std::string LLIPath; // The path to the LLI executable member in __anon9f1cf4680211::LLI
177 : LLIPath(Path) { in LLI()
205 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
230 return RunProgramWithTimeout(LLIPath, &LLIArgs[0], in ExecuteProgram()
272 std::string LLIPath = in createLLI() local
274 if (!LLIPath.empty()) { in createLLI()
275 Message = "Found lli: " + LLIPath + "\n"; in createLLI()
276 return new LLI(LLIPath, ToolArgs); in createLLI()
580 std::string LLIPath; // The path to the LLI executable member in __anon9f1cf4680511::JIT
584 : LLIPath(Path) { in JIT()
[all …]