Lines Matching defs:E
68 static ErrorSuccess reportWarning(Error E) {
69 assert(E);
70 WithColor::warning(errs(), ToolName) << toString(std::move(E)) << '\n';
179 if (Error E = executeObjcopyOnArchive(ConfigMgr, *Ar))
180 return E;
194 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc))
195 return E;
201 if (Error E = writeToOutput(Config.SplitDWO, ObjcopyFunc))
202 return E;
208 if (Error E = writeToOutput(Config.OutputFilename, ObjcopyFunc))
209 return E;
213 if (Error E =
215 return E;
218 if (Error E =
221 return E;
251 if (Error E = executeObjcopy(ConfigMgr)) {
252 logAllUnhandledErrors(std::move(E), WithColor::error(errs(), ToolName));