Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Result

105   // kept passes, we can update our bitcode file to include the result of the
129 // passes on the result of the prefix passes.
158 // Run the result...
793 // Call the old main function and return its result
875 // Cast the result from the resolver to correctly-typed function.
896 // Pass on the arguments to the real function, return its result
970 bool Result = BD.diffProgram(BD.getProgram(), TestModuleBC.str(),
975 if (Result)
980 return Result;
988 std::string Result = executeProgramSafely(Program, "bugpoint.safe.out",
995 << "right flags or input.\n I left the result of executing "
998 << Result << "'.\n";