Home | History | Annotate | Download | only in LTO

Lines Matching refs:EC

114   if (std::error_code EC = BufferOrErr.getError()) {
115 Context.emitError(EC.message());
116 return EC;
135 if (std::error_code EC = BufferOrErr.getError()) {
136 Context.emitError(EC.message());
137 return EC;
175 if (std::error_code EC = MBOrErr.getError()) {
176 Context.emitError(EC.message());
177 return EC;
183 if (std::error_code EC = M.getError())
184 return EC;
193 if (std::error_code EC = M.getError())
194 return EC;
203 if (std::error_code EC = MOrErr.getError())
204 return EC;