Searched refs:errorCount (Results 1 – 8 of 8) sorted by relevance
64 uint64_t lld::errorCount() { return errorHandler().errorCount; } in errorCount() function in lld274 if (errorLimit == 0 || errorCount < errorLimit) { in error()276 } else if (errorCount == errorLimit) { in error()281 ++errorCount; in error()315 --errorCount; in error()
97 uint64_t errorCount = 0; variable153 uint64_t errorCount();
519 int errorCount; member536 zwd->errorCount = 0; in ZWRAP_initDCtx()900 zwd->errorCount++; in z_inflate()902 ZSTD_getErrorName(dErr), zwd->errorCount); in z_inflate()903 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()
80 uint64_t coff::errCount(COFFLinkerContext &ctx) { return ctx.e.errorCount; } in errCount()2249 if (errorCount()) in linkerMain()2280 if (errorCount()) in linkerMain()2636 if (errorCount()) in linkerMain()2682 if (errorCount()) in linkerMain()
823 if (errorCount()) in run()
1612 if (errorCount()) in link()2164 return errorCount() == 0; in link()2253 if (errorCount() != 0 || config->strictAutoLink) in link()2257 return errorCount() == 0; in link()
1303 if (errorCount()) in writeOutputFile()1337 if (errorCount()) in run()
91 uint64_t elf::errCount(Ctx &ctx) { return ctx.e.errorCount; } in errCount()