Searched refs:LLIPath (Results 1 – 1 of 1) sorted by relevance
154 std::string LLIPath; // The path to the LLI executable member in __anon0ad69adb0211::LLI158 : LLIPath(Path) { in LLI()186 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()211 return RunProgramWithTimeout(LLIPath, &LLIArgs[0], in ExecuteProgram()253 std::string LLIPath = in createLLI() local255 if (!LLIPath.empty()) { in createLLI()256 Message = "Found lli: " + LLIPath + "\n"; in createLLI()257 return new LLI(LLIPath, ToolArgs); in createLLI()561 std::string LLIPath; // The path to the LLI executable member in __anon0ad69adb0511::JIT565 : LLIPath(Path) { in JIT()[all …]