Searched refs:LLIPath (Results 1 – 1 of 1) sorted by relevance
149 : LLIPath(Path) { in LLI()173 LLIArgs.push_back(LLIPath); 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()537 : LLIPath(Path) { in JIT()562 JITArgs.push_back(LLIPath); in ExecuteProgram()594 if (ErrorOr<std::string> LLIPath = in createJIT() local596 Message = "Found lli: " + *LLIPath + "\n"; in createJIT()[all …]