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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h249 /// - Call the getMaxTasks() function to get an upper bound on the number of
252 /// and Cache functions to add up to getMaxTasks() native object files to
288 unsigned getMaxTasks() const;
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DLTO.cpp192 unsigned maxTasks = ltoObj->getMaxTasks();
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DLTO.cpp173 unsigned maxTasks = ltoObj->getMaxTasks();
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLTO.cpp307 unsigned maxTasks = ltoObj->getMaxTasks();
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1075 unsigned LTO::getMaxTasks() const { function in class:LTO

Completed in 124 milliseconds