Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp150 : LLIPath(Path) { in LLI()
174 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
224 if (ErrorOr<std::string> LLIPath = in createLLI() local
226 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() local
597 Message = "Found lli: " + *LLIPath + "\n"; in createJIT()
[all …]