Lines Matching refs:WithColor
44 #include "llvm/Support/WithColor.h"
488 WithColor::warning() << "verification skipped for " << Arch
497 WithColor::warning() << "verification skipped for " << Arch
506 WithColor::error() << OutputFile << ": " << toString(BinOrErr.takeError());
516 WithColor::warning() << "verification skipped for " << Arch
536 WithColor::error() << "output verification failed for " << Arch << '\n';
620 WithColor::warning() << "ignoring unknown option: " << Arg->getSpelling()
642 WithColor::error() << toString(OptionsOrErr.takeError()) << '\n';
656 WithColor::error() << toString(Repro.takeError()) << '\n';
665 WithColor::error() << "unsupported cpu architecture: '" << Arch << "'\n";
692 WithColor::error() << "cannot parse the debug map for '" << InputFile
711 WithColor::error() << "no architecture to link\n";
719 WithColor::error() << toString(OutputLocationOrErr.takeError()) << "\n";
764 WithColor::warning()
782 WithColor::error() << toString(std::move(E));
797 WithColor::error() << OutputFile << ": " << EC.message() << "\n";
865 WithColor::warning() << formatv(