Searched refs:LLIPath (Results 1 – 1 of 1) sorted by relevance
145 std::string LLIPath; // The path to the LLI executable member in __anon42a46eb90211::LLI149 : LLIPath(Path) { in LLI()173 LLIArgs.push_back(LLIPath); in ExecuteProgram()196 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile, in ExecuteProgram()221 if (ErrorOr<std::string> LLIPath = in createLLI() local223 Message = "Found lli: " + *LLIPath + "\n"; in createLLI()224 return new LLI(*LLIPath, ToolArgs); in createLLI()226 Message = LLIPath.getError().message() + "\n"; in createLLI()526 std::string LLIPath; // The path to the LLI executable member in __anon42a46eb90511::JIT530 : LLIPath(Path) { in JIT()[all …]