Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp85 auto getOrCreateCluster = [&](const InputSection *isec) -> int { in CallGraphSort() local
108 int from = getOrCreateCluster(fromSec); in CallGraphSort()
109 int to = getOrCreateCluster(toSec); in CallGraphSort()