Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp145 std::string LLIPath; // The path to the LLI executable member in __anon42a46eb90211::LLI
149 : LLIPath(Path) { in LLI()
173 LLIArgs.push_back(LLIPath); in ExecuteProgram()
196 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile, in ExecuteProgram()
221 if (ErrorOr<std::string> LLIPath = in createLLI() local
223 Message = "Found lli: " + *LLIPath + "\n"; in createLLI()
224 return new LLI(*LLIPath, ToolArgs); in createLLI()
226 Message = LLIPath.getError().message() + "\n"; in createLLI()
526 std::string LLIPath; // The path to the LLI executable member in __anon42a46eb90511::JIT
530 : LLIPath(Path) { in JIT()
[all …]