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.cpp281 SmallVector<uint64_t, 0> funcSizes; in computeCacheDirectedSortOrder() local
293 funcSizes.push_back(inSec->getSize()); in computeCacheDirectedSortOrder()
321 callOffsets.push_back((funcSizes[from] + 1) / 2); in computeCacheDirectedSortOrder()
327 funcSizes, funcCounts, callCounts, callOffsets); in computeCacheDirectedSortOrder()