Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp145 std::string LLIPath; // The path to the LLI executable member in __anon0f9734300211::LLI
149 : LLIPath(Path) { in LLI()
173 LLIArgs.push_back(LLIPath); in ExecuteProgram()
198 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile, 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()
533 std::string LLIPath; // The path to the LLI executable member in __anon0f9734300511::JIT
537 : LLIPath(Path) { in JIT()
[all …]