Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DBPSectionOrderer.cpp113 DenseMap<CachedHashStringRef, std::set<unsigned>> rootSymbolToSectionIdxs; in runBalancedPartitioning() local
128 rootSymbolToSectionIdxs[CachedHashStringRef(rootName)].insert(idx); in runBalancedPartitioning()
131 rootSymbolToSectionIdxs[CachedHashStringRef(*linkageName)].insert( in runBalancedPartitioning()
141 sections, rootSymbolToSectionIdxs); in runBalancedPartitioning()
/freebsd/contrib/llvm-project/lld/ELF/
H A DBPSectionOrderer.cpp71 DenseMap<CachedHashStringRef, std::set<unsigned>> rootSymbolToSectionIdxs; in runBalancedPartitioning() local
84 rootSymbolToSectionIdxs[CachedHashStringRef( in runBalancedPartitioning()
98 sections, rootSymbolToSectionIdxs); in runBalancedPartitioning()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc66 &rootSymbolToSectionIdxs)
157 &rootSymbolToSectionIdxs) -> DenseMap<const Section *, int> {
191 rootSymbolToSectionIdxs.find(CachedHashStringRef(parsedFuncName));
192 if (sectionIdxsIt == rootSymbolToSectionIdxs.end())