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

References

tools/lld/ELF/Driver.cpp
  931   config->thinLTOJobs = args::getInteger(args, OPT_thinlto_jobs, -1u);
  989   if (config->thinLTOJobs == 0)
tools/lld/ELF/LTO.cpp
  140   } else if (config->thinLTOJobs != -1U) {
  141     backend = lto::createInProcessThinBackend(config->thinLTOJobs);