Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp110 unsigned MaxTasks = LTOObj->getMaxTasks(); in compile()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h273 unsigned getMaxTasks() const;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp226 unsigned MaxTasks = LTOObj->getMaxTasks(); in compile()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp807 unsigned LTO::getMaxTasks() const { in getMaxTasks() function in LTO