Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Result

255   StringRef Result = sys::path::parent_path(Main);
257 if (!Result.empty()) {
258 SmallString<128> Storage = Result;
264 return Result.str();
543 // Assuming LLC worked, compile the result with GCC and run it.