Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp154 std::string LLIPath; // The path to the LLI executable member in __anon0ad69adb0211::LLI
158 : LLIPath(Path) { in LLI()
186 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
211 return RunProgramWithTimeout(LLIPath, &LLIArgs[0], in ExecuteProgram()
253 std::string LLIPath = in createLLI() local
255 if (!LLIPath.empty()) { in createLLI()
256 Message = "Found lli: " + LLIPath + "\n"; in createLLI()
257 return new LLI(LLIPath, ToolArgs); in createLLI()
561 std::string LLIPath; // The path to the LLI executable member in __anon0ad69adb0511::JIT
565 : LLIPath(Path) { in JIT()
[all …]