Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:EC

103   std::error_code EC;
104 llvm::raw_fd_ostream PL(InfoPlist, EC, llvm::sys::fs::F_Text);
105 if (EC) {
107 << EC.message() << '\n';
155 if (std::error_code EC = create_directories(Bundle.str(), true,
158 << EC.message() << "\n";
184 if (auto EC = getUniqueFile(OutputFile, FD, UniqueFile)) {
186 << OutputFile << "': " << EC.message() << '\n';
299 if (auto EC = DebugMapPtrsOrErr.getError()) {
301 << "\": " << EC.message() << '\n';