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

Lines Matching refs:EC

82 ///  @brief If ec is not success, print the error and return true.
83 static bool error(std::error_code ec) {
84 if (!ec)
87 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
420 if (std::error_code EC = BinaryOrErr.getError()) {
421 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n";
438 if (std::error_code EC = ChildOrErr.getError()) {
439 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n";
499 if (std::error_code EC = i->getError()) {
500 errs() << ToolName << ": " << file << ": " << EC.message()
506 if (std::error_code EC = ChildOrErr.getError()) {
507 errs() << ToolName << ": " << file << ": " << EC.message()
582 if (std::error_code EC = i->getError()) {
583 errs() << ToolName << ": " << file << ": " << EC.message()
589 if (std::error_code EC = ChildOrErr.getError()) {
590 errs() << ToolName << ": " << file << ": " << EC.message()
652 if (std::error_code EC = i->getError()) {
653 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n";
658 if (std::error_code EC = ChildOrErr.getError()) {
659 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n";