Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp104 DenseMap<const InputSectionBase *, int> secToCluster; in CallGraphSort() local
107 auto res = secToCluster.try_emplace(isec, clusters.size()); in CallGraphSort()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp75 DenseMap<const SectionChunk *, int> secToCluster; in CallGraphSort() local
78 auto res = secToCluster.try_emplace(isec, clusters.size()); in CallGraphSort()