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

Declarations

include/llvm/LTO/LTO.h
  230 ThinBackend createInProcessThinBackend(unsigned ParallelismLevel);

References

lib/LTO/LTO.cpp
  477         createInProcessThinBackend(llvm::heavyweight_hardware_concurrency());
tools/gold/gold-plugin.cpp
  864     Backend = createInProcessThinBackend(options::Parallelism);
tools/lld/COFF/LTO.cpp
  105     backend = lto::createInProcessThinBackend(config->thinLTOJobs);
tools/lld/ELF/LTO.cpp
  141     backend = lto::createInProcessThinBackend(config->thinLTOJobs);
tools/lld/wasm/LTO.cpp
   69     backend = lto::createInProcessThinBackend(config->thinLTOJobs);
tools/llvm-lto2/llvm-lto2.cpp
  282     Backend = createInProcessThinBackend(Threads);