Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp160 const uint64_t maxClusterSize = target->getPageSize(); in run() local
189 if (c.size + predC->size > maxClusterSize) in run()