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

Declarations

include/llvm/LTO/LTO.h
  289   unsigned getMaxTasks() const;

References

tools/gold/gold-plugin.cpp
 1041   size_t MaxTasks = Lto->getMaxTasks();
tools/lld/COFF/LTO.cpp
  147   unsigned maxTasks = ltoObj->getMaxTasks();
tools/lld/ELF/LTO.cpp
  236   unsigned maxTasks = ltoObj->getMaxTasks();
tools/lld/wasm/LTO.cpp
  123   unsigned maxTasks = ltoObj->getMaxTasks();