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.
148 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);
476 std::string &OutputAsmFile, std::string &Error,
484 errs() << "Error making unique filename: " << EC.message() << "\n";
514 Error = ProcessFailure(LLCPath, &LLCArgs[0],
519 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
522 OutputCode(Bitcode, OutputAsmFile, *Error, Timeout, MemoryLimit);
530 std::string *Error,
537 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
546 InputFile, OutputFile, Error, GCCArgs,
592 std::string *Error,
606 std::string *Error,
639 Timeout, MemoryLimit, Error);
679 std::string *Error,
721 errs() << "Error making unique filename: " << EC.message() << "\n";
749 *Error = ProcessFailure(GCCPath, &GCCArgs[0]);
805 Timeout, MemoryLimit, Error);
810 outFile << *Error << '\n';
812 Error->clear();
826 std::string &Error) {
831 errs() << "Error making unique filename: " << EC.message() << "\n";
899 Error = ProcessFailure(GCCPath, &GCCArgs[0]);