Home | History | Annotate | Download | only in llvm-cov

Lines Matching defs:error

51   /// \brief Print the error message to the error output stream.
52 void error(const Twine &Message, StringRef Whence = "");
70 /// \brief Load the coverage mapping data. Return true if an error occured.
96 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) {
97 errs() << "error: ";
116 error(EC.message(), SourceFile);
203 << "error: Failed to load coverage: " << EC.message();
345 errs() << "error: Unknown architecture: " << Arch << "\n";
354 errs() << "error: " << File << ": " << EC.message();