Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp155 std::string LLIPath; // The path to the LLI executable member in __anond87c84400211::LLI
159 : LLIPath(Path) { in LLI()
187 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
212 return RunProgramWithTimeout(LLIPath, &LLIArgs[0], in ExecuteProgram()
254 std::string LLIPath = in createLLI() local
256 if (!LLIPath.empty()) { in createLLI()
257 Message = "Found lli: " + LLIPath + "\n"; in createLLI()
258 return new LLI(LLIPath, ToolArgs); in createLLI()
562 std::string LLIPath; // The path to the LLI executable member in __anond87c84400511::JIT
566 : LLIPath(Path) { in JIT()
[all …]