Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp278 SmallVector<uint64_t, 0> funcSizes; in computeCacheDirectedSortOrder() local
290 funcSizes.push_back(inSec->getSize()); in computeCacheDirectedSortOrder()
318 callOffsets.push_back((funcSizes[from] + 1) / 2); in computeCacheDirectedSortOrder()
324 funcSizes, funcCounts, callCounts, callOffsets); in computeCacheDirectedSortOrder()