reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-cov/CodeCoverage.cpp
   68   void error(const Twine &Message, StringRef Whence = "");

References

tools/llvm-cov/CodeCoverage.cpp
  189     error(EC.message(), Path);
  244     error(EC.message(), SourceFile);
  357     error("Failed to load coverage: " + toString(std::move(E)),
  451     error(InputPath, EC.message());
  469     error(OutputPath, EC.message());
  485     error(ErrMsg, ViewOpts.DemanglerOpts[0]);
  492     error(OutputPath, BufOrError.getError().message());
  503     error("Demangler did not provide expected number of symbols");
  527     error("Could not create view file!", toString(std::move(E)));
  696         error("Could not find the demangler!",
  710         error(SpecialCaseListErr);
  755           error("Unknown architecture: " + Arch);
  761         error("Number of architectures doesn't match the number of objects");
  844     error("Lcov format should be used with 'llvm-cov export'.");
  860       error("Could not create output directory!", E.message());
  867     error("profdata file error: can not get the file status. \n");
  894       error("Could not create index file!", toString(std::move(E)));
  915         error("Could not create view file!", toString(std::move(E)));
  977     error("HTML output for summary reports is not yet supported.");
  980     error("Lcov format should be used with 'llvm-cov export'.");
  996       error("Source files must be specified when -show-functions=true is "
 1028     error("Coverage data can only be exported as textual JSON or an "
 1035     error("Could not load coverage information");