Home | History | Annotate | Download | only in gold

Lines Matching defs:Error

296   std::string Error;
298 LTOModule::createFromBuffer(view, file->filesize, TargetOpts, Error);
302 Error.c_str());
387 std::string Error;
388 if (!CodeGen->addModule(M, Error)) {
389 (*message)(LDPL_ERROR, "Error linking module: %s", Error.c_str());
418 std::string Error;
419 api_file.reset(new raw_fd_ostream("apifile.txt", Error, sys::fs::F_None));
420 if (!Error.empty())
422 Error.c_str());
453 std::string Error;
454 if (!CodeGen->writeMergedModules(path.c_str(), Error))
465 std::string Error;
467 false, /*DisableGVNLoadPRE*/ false, Error))