Searched refs:LLIPath (Results 1 – 1 of 1) sorted by relevance
145 std::string LLIPath; // The path to the LLI executable member in __anon0f9734300211::LLI149 : LLIPath(Path) { in LLI()173 LLIArgs.push_back(LLIPath); in ExecuteProgram()198 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile, in ExecuteProgram()223 if (ErrorOr<std::string> LLIPath = in createLLI() local225 Message = "Found lli: " + *LLIPath + "\n"; in createLLI()226 return new LLI(*LLIPath, ToolArgs); in createLLI()228 Message = LLIPath.getError().message() + "\n"; in createLLI()533 std::string LLIPath; // The path to the LLI executable member in __anon0f9734300511::JIT537 : LLIPath(Path) { in JIT()[all …]