Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Error

83 /// Returns the remote program exit code or reports a remote client error if it
117 // The error message is in the output file, let's print it out from there.
142 // Rerun the compiler, capturing any error messages to print them.
147 errs() << "Error making unique filename: " << EC.message() << "\n";
155 // Print out the error messages generated by GCC if possible...
186 std::string *Error,
199 std::string *Error,
232 Timeout, MemoryLimit, Error);
246 /// directory. An empty string is returned on error; note that this function
299 std::string *Error,
307 std::string *Error,
314 *Error = "Execution not supported with -compile-custom";
321 std::string *Error,
339 Timeout, MemoryLimit, Error))
340 *Error = ProcessFailure(CompilerCommand, &ProgramArgs[0],
363 std::string *Error,
376 std::string *Error,
397 OutputFile, Timeout, MemoryLimit, Error);
477 std::string &OutputAsmFile, std::string &Error,
485 errs() << "Error making unique filename: " << EC.message() << "\n";
515 Error = ProcessFailure(LLCPath, &LLCArgs[0],
520 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
523 OutputCode(Bitcode, OutputAsmFile, *Error, Timeout, MemoryLimit);
531 std::string *Error,
538 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
547 InputFile, OutputFile, Error, GCCArgs,
593 std::string *Error,
607 std::string *Error,
640 Timeout, MemoryLimit, Error);
680 std::string *Error,
722 errs() << "Error making unique filename: " << EC.message() << "\n";
750 *Error = ProcessFailure(GCCPath, &GCCArgs[0]);
806 Timeout, MemoryLimit, Error);
811 outFile << *Error << '\n';
813 Error->clear();
827 std::string &Error) {
832 errs() << "Error making unique filename: " << EC.message() << "\n";
900 Error = ProcessFailure(GCCPath, &GCCArgs[0]);