HomeSort by relevance Sort by last modified time
    Searched refs:LLIPath (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 155 std::string LLIPath; // The path to the LLI executable
159 : LLIPath(Path) {
187 LLIArgs.push_back(LLIPath.c_str());
212 return RunProgramWithTimeout(LLIPath, &LLIArgs[0],
254 std::string LLIPath =
256 if (!LLIPath.empty()) {
257 Message = "Found lli: " + LLIPath + "\n";
258 return new LLI(LLIPath, ToolArgs);
562 std::string LLIPath; // The path to the LLI executable
566 : LLIPath(Path)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ToolRunner.cpp 146 std::string LLIPath; // The path to the LLI executable
150 : LLIPath(Path) {
174 LLIArgs.push_back(LLIPath.c_str());
199 return RunProgramWithTimeout(LLIPath, LLIArgs, InputFile, OutputFile,
240 std::string LLIPath =
242 if (!LLIPath.empty()) {
243 Message = "Found lli: " + LLIPath + "\n";
244 return new LLI(LLIPath, ToolArgs);
548 std::string LLIPath; // The path to the LLI executable
552 : LLIPath(Path)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 175 std::string LLIPath; // The path to the LLI executable
179 : LLIPath(Path) {
207 LLIArgs.push_back(LLIPath.c_str());
232 return RunProgramWithTimeout(sys::Path(LLIPath), &LLIArgs[0],
241 std::string LLIPath =
243 if (!LLIPath.empty()) {
244 Message = "Found lli: " + LLIPath + "\n";
245 return new LLI(LLIPath, ToolArgs);
546 std::string LLIPath; // The path to the LLI executable
550 : LLIPath(Path) {
    [all...]

Completed in 1994 milliseconds