Home
last modified time | relevance | path

Searched refs:getMaxTasks (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp192 unsigned maxTasks = ltoObj->getMaxTasks(); in thinLTOCreateEmptyIndexFiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h290 unsigned getMaxTasks() const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp174 unsigned maxTasks = ltoObj->getMaxTasks(); in compile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp309 unsigned maxTasks = ltoObj->getMaxTasks(); in compile()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1089 unsigned LTO::getMaxTasks() const { in getMaxTasks() function in LTO