reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/COFF/Driver.cpp
 1124     errorHandler().errorLimit = n;
tools/lld/Common/ErrorHandler.cpp
  192   if (errorLimit == 0 || errorCount < errorLimit) {
  192   if (errorLimit == 0 || errorCount < errorLimit) {
  195   } else if (errorCount == errorLimit) {
tools/lld/ELF/Driver.cpp
  425   errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20);
tools/lld/lib/Driver/DarwinLdDriver.cpp
  337   errorHandler().errorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20);
tools/lld/wasm/Driver.cpp
  684   errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20);