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

Declarations

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

References

tools/llvm-cov/CodeCoverage.cpp
  204       warning("Source file doesn't exist, proceeded by ignoring it.", Path);
  220         warning(Status.getError().message(), F->path());
  352       warning("profile data may be out of date - object is newer",
  364     warning(Twine(Mismatched) + " functions have mismatched data");
  521     warning("The file '" + SourceFile + "' isn't covered.");
  924           warning("Could not read coverage for '" + Function->Name + "'.");