Searched defs:errCount (Results 1 – 2 of 2) sorted by relevance
80 uint64_t coff::errCount(COFFLinkerContext &ctx) { return ctx.e.errorCount; } in errCount() function in coff
91 uint64_t elf::errCount(Ctx &ctx) { return ctx.e.errorCount; } in errCount() function in elf