Searched refs:LLIPath (Results 1 – 1 of 1) sorted by relevance
173 std::string LLIPath; // The path to the LLI executable member in __anon9f1cf4680211::LLI177 : 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() local274 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::JIT584 : LLIPath(Path) { in JIT()[all …]