Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp149 : LLIPath(Path) { in LLI()
173 LLIArgs.push_back(LLIPath); in ExecuteProgram()
223 if (ErrorOr<std::string> LLIPath = in createLLI() local
225 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() local
596 Message = "Found lli: " + *LLIPath + "\n"; in createJIT()
[all …]