Home
last modified time | relevance | path

Searched defs:errorCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h97 uint64_t errorCount = 0; variable
/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp47 static int errorCount; variable
/llvm-project/lld/Common/
H A DErrorHandler.cpp66 uint64_t lld::errorCount() { return errorHandler().errorCount; } in errorCount() function in lld