Searched refs:LLIPath (Results 1 – 1 of 1) sorted by relevance
155 std::string LLIPath; // The path to the LLI executable member in __anond87c84400211::LLI159 : LLIPath(Path) { in LLI()187 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()212 return RunProgramWithTimeout(LLIPath, &LLIArgs[0], in ExecuteProgram()254 std::string LLIPath = in createLLI() local256 if (!LLIPath.empty()) { in createLLI()257 Message = "Found lli: " + LLIPath + "\n"; in createLLI()258 return new LLI(LLIPath, ToolArgs); in createLLI()562 std::string LLIPath; // The path to the LLI executable member in __anond87c84400511::JIT566 : LLIPath(Path) { in JIT()[all …]