Lines Matching refs:LLIPath
154 std::string LLIPath; // The path to the LLI executable member in __anon0ad69adb0211::LLI
158 : 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() local
255 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::JIT
565 : LLIPath(Path) { in JIT()
595 JITArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
619 return RunProgramWithTimeout(LLIPath, &JITArgs[0], in ExecuteProgram()
628 std::string LLIPath = in createJIT() local
630 if (!LLIPath.empty()) { in createJIT()
631 Message = "Found lli: " + LLIPath + "\n"; in createJIT()
632 return new JIT(LLIPath, Args); in createJIT()