Lines Matching refs:LLIPath
146 std::string LLIPath; // The path to the LLI executable member in __anon162e57fe0211::LLI
150 : LLIPath(Path) { in LLI()
174 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
199 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile, in ExecuteProgram()
224 if (ErrorOr<std::string> LLIPath = in createLLI() local
226 Message = "Found lli: " + *LLIPath + "\n"; in createLLI()
227 return new LLI(*LLIPath, ToolArgs); in createLLI()
229 Message = LLIPath.getError().message() + "\n"; in createLLI()
534 std::string LLIPath; // The path to the LLI executable member in __anon162e57fe0511::JIT
538 : LLIPath(Path) { in JIT()
563 JITArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
586 return RunProgramWithTimeout(LLIPath, JITArgs, InputFile, OutputFile, in ExecuteProgram()
595 if (ErrorOr<std::string> LLIPath = in createJIT() local
597 Message = "Found lli: " + *LLIPath + "\n"; in createJIT()
598 return new JIT(*LLIPath, Args); in createJIT()
600 Message = LLIPath.getError().message() + "\n"; in createJIT()