Lines Matching defs:EC

199   if (auto EC = MetadataWriter.writeInteger(ModiCount)) // NumModules
200 return EC;
201 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles
202 return EC;
204 if (auto EC = MetadataWriter.writeInteger(I)) // Mod Indices
205 return EC;
209 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts
210 return EC;
221 if (auto EC = NameBufferWriter.writeCString(Name.getKey()))
222 return EC;
231 if (auto EC = MetadataWriter.writeInteger(Result->second))
232 return EC;
236 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t)))
237 return EC;
258 if (auto EC = generateFileInfoSubstream())
259 return EC;
319 if (auto EC = MI->finalizeMsfLayout())
320 return EC;
324 if (auto EC = Msf.setStreamSize(StreamDBI, Length))
325 return EC;
386 if (auto EC = finalize())
387 return EC;
393 if (auto EC = Writer.writeObject(*Header))
394 return EC;
397 if (auto EC = M->commit(Writer))
398 return EC;
402 if (auto EC = parallelForEachError(
406 return EC;
409 if (auto EC = Writer.writeEnum(DbiSecContribVer60))
410 return EC;
411 if (auto EC = Writer.writeArray(ArrayRef(SectionContribs)))
412 return EC;
418 if (auto EC = Writer.writeObject(SMHeader))
419 return EC;
420 if (auto EC = Writer.writeArray(ArrayRef(SectionMap)))
421 return EC;
424 if (auto EC = Writer.writeStreamRef(FileInfoBuffer))
425 return EC;
427 if (auto EC = ECNamesBuilder.commit(Writer))
428 return EC;
434 if (auto EC = Writer.writeInteger(StreamNumber))
435 return EC;
447 if (auto EC = Stream->WriteFn(DbgStreamWriter))
448 return EC;