Home
last modified time | relevance | path

Searched defs:errCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp80 uint64_t coff::errCount(COFFLinkerContext &ctx) { return ctx.e.errorCount; } in errCount() function in coff
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp91 uint64_t elf::errCount(Ctx &ctx) { return ctx.e.errorCount; } in errCount() function in elf