Lines Matching defs:error
96 errs() << "error: ";
107 const TargetOptions &Options, std::string &Error) {
111 Error = EC.message();
116 Buffer->getBufferStart(), Buffer->getBufferSize(), Options, Error, Path));
127 std::string Error;
130 getLocalLTOModule(Filename, Buffer, Options, Error);
132 errs() << Command << ": error loading file '" << Filename
133 << "': " << Error << "\n";
201 std::string error;
203 LTOModule::createFromFile(InputFilenames[i].c_str(), Options, error));
204 if (!error.empty()) {
205 errs() << argv[0] << ": error loading file '" << InputFilenames[i]
206 << "': " << error << "\n";
263 << ": error compiling the code: " << ErrorInfo << "\n";
270 errs() << argv[0] << ": error opening the file '" << OutputFilename
283 << ": error compiling the code: " << ErrorInfo