Lines Matching refs:LLIPath
145 std::string LLIPath; // The path to the LLI executable member in __anon3a0d1b2f0211::LLI
149 : 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() local
225 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 __anon3a0d1b2f0511::JIT
537 : LLIPath(Path) { in JIT()
562 JITArgs.push_back(LLIPath); in ExecuteProgram()
585 return RunProgramWithTimeout(LLIPath, JITArgs, InputFile, OutputFile, in ExecuteProgram()
594 if (ErrorOr<std::string> LLIPath = in createJIT() local
596 Message = "Found lli: " + *LLIPath + "\n"; in createJIT()
597 return new JIT(*LLIPath, Args); in createJIT()
599 Message = LLIPath.getError().message() + "\n"; in createJIT()