Searched refs:LLIPath (Results 1 – 1 of 1) sorted by relevance
150 : LLIPath(Path) { in LLI()174 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()224 if (ErrorOr<std::string> LLIPath = in createLLI() local226 Message = "Found lli: " + *LLIPath + "\n"; in createLLI()227 return new LLI(*LLIPath, ToolArgs); in createLLI()229 Message = LLIPath.getError().message() + "\n"; in createLLI()538 : LLIPath(Path) { in JIT()563 JITArgs.push_back(LLIPath.c_str()); in ExecuteProgram()595 if (ErrorOr<std::string> LLIPath = in createJIT() local597 Message = "Found lli: " + *LLIPath + "\n"; in createJIT()[all …]