Searched refs:LLIPath (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp145 std::string LLIPath; // The path to the LLI executable member in class:__anon4814::LLI
149 : LLIPath(Path) {
173 LLIArgs.push_back(LLIPath);
198 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile,
223 if (ErrorOr<std::string> LLIPath =
225 Message = "Found lli: " + *LLIPath + "\n";
226 return new LLI(*LLIPath, ToolArgs);
228 Message = LLIPath.getError().message() + "\n";
533 std::string LLIPath; // The path to the LLI executable member in class:__anon4817::JIT
537 : LLIPath(Pat
[all...]

Completed in 96 milliseconds